From 22721a013bdd10d5eb395ba18453585f5f3f1f7f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 31 Aug 2020 23:07:20 +0200 Subject: rebuild the ios platform and the plugins --- .../Headers/Public/GGLInstanceIDConfig.h | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 StoneIsland/platforms/ios/Pods/GGLInstanceID/Headers/Public/GGLInstanceIDConfig.h (limited to 'StoneIsland/platforms/ios/Pods/GGLInstanceID/Headers/Public/GGLInstanceIDConfig.h') diff --git a/StoneIsland/platforms/ios/Pods/GGLInstanceID/Headers/Public/GGLInstanceIDConfig.h b/StoneIsland/platforms/ios/Pods/GGLInstanceID/Headers/Public/GGLInstanceIDConfig.h deleted file mode 100644 index da885569..00000000 --- a/StoneIsland/platforms/ios/Pods/GGLInstanceID/Headers/Public/GGLInstanceIDConfig.h +++ /dev/null @@ -1,32 +0,0 @@ -@protocol GGLInstanceIDDelegate; - -typedef NS_ENUM(int8_t, GGLInstanceIDLogLevel) { - kGGLInstanceIDLogLevelDebug, - kGGLInstanceIDLogLevelInfo, - kGGLInstanceIDLogLevelError, - kGGLInstanceIDLogLevelAssert, -}; - -/** - * The config used to configure different options in GGLInstanceID library. - */ -@interface GGLInstanceIDConfig : NSObject - -/** - * Set the GGLInstanceIDDelegate to receive callbacks. - * - * @see GGLInstanceIDDelegate - */ -@property(nonatomic, readwrite, weak) id delegate; - -// the log level for the GGLInstanceID library. -@property(nonatomic, readwrite, assign) GGLInstanceIDLogLevel logLevel; - -/** - * Initialize a default config with logLevel set to `kGGLInstanceIDLogLevelError`. - * - * @return A default config for GGLInstanceID. - */ -+ (instancetype)defaultConfig; - -@end -- cgit v1.2.3-70-g09d2