al
liurenjie
2021-07-03 1b73d5d0b495f2d643c2523e1b8399f925b4f702
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