// // webRtcPlayerBottomContrView.h // Private-X // // Created by xd h on 2024/9/5. // #import NS_ASSUME_NONNULL_BEGIN @interface webRtcPlayerBottomContrView : UIView @property (nonatomic,copy) void (^didClickButtonFun)(NSInteger tag); //isLan 是否横屏 - (void)updateFrameFunByIsLan:(BOOL)isLan; @end NS_ASSUME_NONNULL_END