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