| 123456789101112131415161718192021 |
- //
- // YBLiveFucView.h
- // YBVideo
- //
- // Created by YB007 on 2019/12/1.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef void (^LiveFunBlcok)(NSString *eventType);
- @interface YBLiveFucView : UIView
- @property(nonatomic,copy)LiveFunBlcok funEvent;
- +(instancetype)showBotFunViewWithTorch:(BOOL)isTorch Complete:(LiveFunBlcok)complete;
- @end
|