diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:07:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:07:20 +0200 |
| commit | 22721a013bdd10d5eb395ba18453585f5f3f1f7f (patch) | |
| tree | 5a920e31d6026ed5dc55265e5fd057febccc50e3 /StoneIsland/platforms/ios/Pods/GGLInstanceID/Headers/Public/GGLInstanceIDConfig.h | |
| parent | d22d51a1ae49680015326857360eb699f31efced (diff) | |
rebuild the ios platform and the plugins
Diffstat (limited to 'StoneIsland/platforms/ios/Pods/GGLInstanceID/Headers/Public/GGLInstanceIDConfig.h')
| -rw-r--r-- | StoneIsland/platforms/ios/Pods/GGLInstanceID/Headers/Public/GGLInstanceIDConfig.h | 32 |
1 files changed, 0 insertions, 32 deletions
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 <NSCopying, NSMutableCopying> - -/** - * Set the GGLInstanceIDDelegate to receive callbacks. - * - * @see GGLInstanceIDDelegate - */ -@property(nonatomic, readwrite, weak) id<GGLInstanceIDDelegate> 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 |
