// Copyright 2015-present 650 Industries. All rights reserved. #import "EXKernelAppRecord.h" #import "EXUpdatesBinding.h" @class EXManifestsManifest; NS_ASSUME_NONNULL_BEGIN @interface EXUpdatesManager : NSObject - (void)notifyApp:(EXKernelAppRecord *)appRecord ofDownloadWithManifest:(EXManifestsManifest * _Nullable)manifest isNew:(BOOL)isBundleNew error:(NSError * _Nullable)error; @end NS_ASSUME_NONNULL_END