dashboard
repositories
filestore
activity
search
login
main
/
WASdkImpl
WASdkImpl
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交版本 4.5.0
lpw
19 hours ago
49b5f8ec0881daeb9c8bc62822a7e59e4e63e58d
[WASdkImpl.git]
/
frameworks
/
Didomi.xcframework
/
ios-arm64_x86_64-simulator
/
Didomi.framework
/
Modules
/
module.modulemap
1
2
3
4
5
6
7
8
9
10
11
framework module Didomi {
umbrella header "Didomi.h"
export *
module * { export * }
}
module Didomi.Swift {
header "Didomi-Swift.h"
requires objc
}