16 lines
410 B
C
16 lines
410 B
C
![]() |
// Copyright © 2019 650 Industries. All rights reserved.
|
||
|
|
||
|
#import <EXUpdates/EXUpdatesUpdate.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface EXUpdatesBareUpdate : NSObject
|
||
|
|
||
|
+ (EXUpdatesUpdate *)updateWithBareManifest:(NSDictionary *)manifest
|
||
|
config:(EXUpdatesConfig *)config
|
||
|
database:(EXUpdatesDatabase *)database;
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|