房间完成
This commit is contained in:
21
QXLive/Room(房间)/View/签约房/QXSignAlertView.h
Normal file
21
QXLive/Room(房间)/View/签约房/QXSignAlertView.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// QXSignAlertView.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/12/1.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
typedef NS_ENUM(NSInteger) {
|
||||
QXSignAlerTypeStart = 0,
|
||||
QXSignAlerTypeFail = 1,
|
||||
QXSignAlerTypeSuccess = 2,
|
||||
}QXSignAlerType;
|
||||
@interface QXSignAlertView : UIView
|
||||
-(instancetype)initWithType:(QXSignAlerType)type;
|
||||
-(void)showInView:(UIView*)view;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user