unextended-module.modulemap 193 B

12345678910
  1. framework module FBSDKLoginKit {
  2. umbrella header "FBSDKLoginKit-umbrella.h"
  3. export *
  4. module * { export * }
  5. }
  6. module FBSDKLoginKit.__Swift {
  7. exclude header "FBSDKLoginKit-Swift.h"
  8. }