YBLiveFucView.h 380 B

123456789101112131415161718192021
  1. //
  2. // YBLiveFucView.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2019/12/1.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void (^LiveFunBlcok)(NSString *eventType);
  10. @interface YBLiveFucView : UIView
  11. @property(nonatomic,copy)LiveFunBlcok funEvent;
  12. +(instancetype)showBotFunViewWithTorch:(BOOL)isTorch Complete:(LiveFunBlcok)complete;
  13. @end