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