lpw
2024-05-16 1974a9b107ce81ccc909b6140285fce644547acb
1
2
3
4
5
6
7
8
9
10
11
framework module FBSDKCoreKit {
    umbrella header "FBSDKCoreKit.h"
 
    export *
    module * { export * }
}
 
module FBSDKCoreKit.Swift {
  header "FBSDKCoreKit-Swift.h"
  requires objc
}