// // Created by Caijinglong on 2019-03-08. // #import #import #import "CoolIjkNotifyChannel.h" #import "CoolIjkOption.h" @interface CoolFlutterIJK : NSObject @property(nonatomic, strong) NSObject *registrar; @property(nonatomic, strong) NSArray *options; @property(nonatomic, assign) BOOL isDisposed; - (instancetype)initWithRegistrar:(NSObject *)registrar; + (instancetype)ijkWithRegistrar:(NSObject *)registrar; - (int64_t)id; - (void)dispose; - (void)setDegree:(int)degree; @end