Files
featherVoice/QXLive/HomePage(声播)/View/房间/PK/QXRoomPKTimeSetView.h
2025-08-08 10:49:36 +08:00

19 lines
291 B
Objective-C

//
// QXRoomPKTimeSetView.h
// QXLive
//
// Created by 启星 on 2025/7/3.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXRoomPKTimeSetView : UIView
@property (nonatomic,strong)NSString *pkId;
-(void)showInView:(UIView *)view;
-(void)hide;
@end
NS_ASSUME_NONNULL_END