dashboard
repositories
filestore
activity
search
login
main
/
WAFbImpl
WAFbImpl.framework
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交3.18.0
lpw
2024-04-15
97fc0a41111c5a929ee8be9d6511775697ffa760
[WAFbImpl.git]
/
frameworks
/
FBSDKShareKit.xcframework
/
ios-arm64_x86_64-maccatalyst
/
FBSDKShareKit.framework
/
Modules
/
module.modulemap
1
2
3
4
5
6
7
8
9
10
11
framework module FBSDKShareKit {
umbrella header "FBSDKShareKit.h"
export *
module * { export * }
}
module FBSDKShareKit.Swift {
header "FBSDKShareKit-Swift.h"
requires objc
}