19 lines
293 B
C
19 lines
293 B
C
|
|
//
|
||
|
|
// 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
|