BuWanVideo2.0/JSAPI.h
@@ -7,19 +7,10 @@ // #import <Foundation/Foundation.h> #import <JavaScriptCore/JavaScriptCore.h> NS_ASSUME_NONNULL_BEGIN @protocol JSAPIDelegate <JSExport> - (void)tryPlayFinish; @end @interface JSAPI : NSObject <JSAPIDelegate> @property (nonatomic, weak) id<JSAPIDelegate>delegate; @interface JSAPI : NSObject @end