yeet
This commit is contained in:
16
node_modules/expo-updates/ios/EXUpdates/AppLauncher/EXUpdatesAppLauncher.h
generated
vendored
Normal file
16
node_modules/expo-updates/ios/EXUpdates/AppLauncher/EXUpdatesAppLauncher.h
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
// Copyright © 2019 650 Industries. All rights reserved.
|
||||
|
||||
#import <EXUpdates/EXUpdatesUpdate.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@protocol EXUpdatesAppLauncher
|
||||
|
||||
@property (nullable, nonatomic, strong, readonly) EXUpdatesUpdate *launchedUpdate;
|
||||
@property (nullable, nonatomic, strong, readonly) NSURL *launchAssetUrl;
|
||||
@property (nullable, nonatomic, strong, readonly) NSDictionary *assetFilesMap;
|
||||
@property (nonatomic, assign, readonly) BOOL isUsingEmbeddedAssets;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user