UNPKG

309 Btext/x-cView Raw
1// Copyright 2016-present 650 Industries. All rights reserved.
2
3#import <Foundation/Foundation.h>
4#import <GoogleSignIn/GoogleSignIn.h>
5#import <UMCore/UMSingletonModule.h>
6
7NS_ASSUME_NONNULL_BEGIN
8
9@interface EXGoogleSignInAppDelegate : UMSingletonModule <UIApplicationDelegate>
10
11@end
12
13NS_ASSUME_NONNULL_END