首次提交
This commit is contained in:
25
SweetParty/主类/音悦新增/房间设置/YYRoomNoticeAlert.h
Executable file
25
SweetParty/主类/音悦新增/房间设置/YYRoomNoticeAlert.h
Executable file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// YYRoomNoticeAlert.h
|
||||
// SweetParty
|
||||
//
|
||||
// Created by bj_szd on 2022/6/9.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "YYRoomSetModel.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface YYRoomNoticeAlert : UIView
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *touchImgV;
|
||||
@property (weak, nonatomic) IBOutlet UITextView *textView;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *confirmBtn;
|
||||
|
||||
@property (nonatomic, copy) void(^onCompleteBlock)(void);
|
||||
|
||||
@property (nonatomic, strong) YYRoomSetModel *model;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user