// // Created by Caijinglong on 2019-03-08. // #import #import @class CoolFlutterIJK; @interface CoolFlutterIjkManager : NSObject @property(nonatomic, strong) NSObject *registrar; - (instancetype)initWithRegistrar:(NSObject *)registrar; + (instancetype)managerWithRegistrar:(NSObject *)registrar; - (int64_t)createWithCall:(FlutterMethodCall*) call; - (CoolFlutterIJK *)findIJKWithId:(int64_t)id1; - (int) ijkCount; - (void)disposeWithId:(int64_t)id; - (void)disposeAll; @end