dashboard
repositories
filestore
activity
search
login
main
/
WAFbImpl
WAFbImpl.framework
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
3.15.0
lpw
2023-06-03
e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e
[WAFbImpl.git]
/
frameworks
/
FBSDKShareKit.xcframework
/
ios-arm64
/
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
}