mirror of
https://github.com/oonyeje/Get-Hip.git
synced 2025-12-25 11:47:41 +00:00
32 lines
676 B
Plaintext
32 lines
676 B
Plaintext
framework module FBSDKCoreKit {
|
|
umbrella header "FBSDKCoreKit.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
explicit module FBSDKButton {
|
|
header "FBSDKButton.h"
|
|
export *
|
|
}
|
|
|
|
explicit module FBSDKAppLinkResolver {
|
|
header "FBSDKAppLinkResolver.h"
|
|
export *
|
|
}
|
|
|
|
explicit module FBSDKGraphErrorRecoveryProcessor {
|
|
header "FBSDKGraphErrorRecoveryProcessor.h"
|
|
export *
|
|
}
|
|
|
|
explicit module FBSDKGraphRequestDataAttachment {
|
|
header "FBSDKGraphRequestDataAttachment.h"
|
|
export *
|
|
}
|
|
|
|
explicit module FBSDKTestUsersManager {
|
|
header "FBSDKTestUsersManager.h"
|
|
export *
|
|
}
|
|
}
|