lpw
2025-03-18 e2c4e3a250a8857c327b952288672d689320d563
1
2
3
4
5
6
7
8
9
10
11
framework module FBSDKLoginKit {
    umbrella header "FBSDKLoginKit.h"
 
    export *
    module * { export * }
}
 
module FBSDKLoginKit.Swift {
  header "FBSDKLoginKit-Swift.h"
  requires objc
}