yeet
This commit is contained in:
20
node_modules/expo-updates/ios/EXUpdates/EXUpdatesUtils.h
generated
vendored
Normal file
20
node_modules/expo-updates/ios/EXUpdates/EXUpdatesUtils.h
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
// Copyright © 2019 650 Industries. All rights reserved.
|
||||
|
||||
#import <React/RCTBridge.h>
|
||||
|
||||
#import <EXUpdates/EXUpdatesConfig.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface EXUpdatesUtils : NSObject
|
||||
|
||||
+ (void)runBlockOnMainThread:(void (^)(void))block;
|
||||
+ (NSString *)sha256WithData:(NSData *)data;
|
||||
+ (nullable NSURL *)initializeUpdatesDirectoryWithError:(NSError ** _Nullable)error;
|
||||
+ (void)sendEventToBridge:(nullable RCTBridge *)bridge withType:(NSString *)eventType body:(NSDictionary *)body;
|
||||
+ (BOOL)shouldCheckForUpdateWithConfig:(EXUpdatesConfig *)config;
|
||||
+ (NSString *)getRuntimeVersionWithConfig:(EXUpdatesConfig *)config;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user