dashboard
repositories
filestore
activity
search
login
main
/
WAFbImpl
WAFbImpl.framework
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交版本 4.13.0
lpw
2026-07-15
1e76915d56eba893c684cf9794cb23f7017fe6a1
[WAFbImpl.git]
/
frameworks
/
FBSDKShareKit.xcframework
/
ios-arm64_x86_64-simulator
/
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
}