Files
featherVoice/QXLive/Room(房间)/View/签约房/QXSignShowTimeView.h

19 lines
293 B
C
Raw Normal View History

2025-11-28 22:43:06 +08:00
//
// QXSignShowTimeView.h
// QXLive
//
// Created by 启星 on 2025/11/25.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXSignShowTimeView : UIView
@property (nonatomic,strong)NSString *roomId;
-(void)showInView:(UIView *)view;
-(void)hide;
@end
NS_ASSUME_NONNULL_END