12345678910111213141516171819 |
- //
- // YOUPAILZChatRoomUpLockWindow.h
- // VQU
- //
- // Created by CY on 2021/11/10.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import "ZYBaseWindow.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZChatRoomUpLockWindow : ZYBaseWindow
- @property (nonatomic,copy) void (^youpaipconfirmBtnClickBlock)(NSString *password);
- @end
- NS_ASSUME_NONNULL_END
|