lpw
2024-05-16 1974a9b107ce81ccc909b6140285fce644547acb
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
}