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