// // PlayerControlButTipView.h // 隐私保护 // // Created by xd h on 2023/10/12. // #import NS_ASSUME_NONNULL_BEGIN @interface PlayerControlButTipView : UIView @property (nonatomic,copy) void (^didKnowPlayerControlButTip)(void); @end NS_ASSUME_NONNULL_END