优化提交
This commit is contained in:
@@ -21,6 +21,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 礼物、坐骑【全屏位置】特效 加载
|
||||
- (void)displayFullEffectView:(NSString *)gift;
|
||||
|
||||
/// 礼物数组
|
||||
- (void)displayFullEffectViewWithMorePlayImages:(NSArray *)playImages;
|
||||
|
||||
/// 坐骑【公屏信息流位置】特效 加载
|
||||
- (void)displayChatEffectView:(NSString *)gift;
|
||||
|
||||
@@ -31,6 +34,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
- (void)destroyEffectSvga;
|
||||
|
||||
-(void)stopPlay;
|
||||
|
||||
-(void)startPlay;
|
||||
@end
|
||||
|
||||
|
||||
@@ -38,9 +43,11 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong) VAPView *playerMp4View;
|
||||
@property (nonatomic, strong) dispatch_queue_t queue;
|
||||
- (void)displayEffectView:(NSString *)play_image;
|
||||
- (void)displayEffectViewWithMorePlayImages:(NSArray *)playImages;
|
||||
- (void)openOrCloseEffectViewWith:(BOOL)isShow;
|
||||
@property (nonatomic,assign) BOOL isShow;
|
||||
- (void)destroyEffectView;
|
||||
-(void)stopPlay;
|
||||
-(void)startPlay;
|
||||
@end
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user