16 lines
406 B
Objective-C
16 lines
406 B
Objective-C
// Copyright © 2019 650 Industries. All rights reserved.
|
|
|
|
#import <EXUpdates/EXUpdatesUpdate.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface EXUpdatesNewUpdate : NSObject
|
|
|
|
+ (EXUpdatesUpdate *)updateWithNewManifest:(NSDictionary *)manifest
|
|
config:(EXUpdatesConfig *)config
|
|
database:(EXUpdatesDatabase *)database;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|