diff options
Diffstat (limited to 'StoneIsland/platforms/ios/Pods/Target Support Files/GTMAppAuth/GTMAppAuth-umbrella.h')
| -rw-r--r-- | StoneIsland/platforms/ios/Pods/Target Support Files/GTMAppAuth/GTMAppAuth-umbrella.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Pods/Target Support Files/GTMAppAuth/GTMAppAuth-umbrella.h b/StoneIsland/platforms/ios/Pods/Target Support Files/GTMAppAuth/GTMAppAuth-umbrella.h new file mode 100644 index 00000000..4ab5f86a --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Target Support Files/GTMAppAuth/GTMAppAuth-umbrella.h @@ -0,0 +1,21 @@ +#ifdef __OBJC__ +#import <UIKit/UIKit.h> +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "GTMAppAuth.h" +#import "GTMAppAuthFetcherAuthorization+Keychain.h" +#import "GTMAppAuthFetcherAuthorization.h" +#import "GTMKeychain.h" +#import "GTMOAuth2KeychainCompatibility.h" + +FOUNDATION_EXPORT double GTMAppAuthVersionNumber; +FOUNDATION_EXPORT const unsigned char GTMAppAuthVersionString[]; + |
