房间内打开红包结果

This commit is contained in:
chenguilong
2022-09-02 18:59:36 +08:00
parent aff335cf1b
commit 7a62e30277
46 changed files with 1244 additions and 92 deletions

View File

@@ -11,8 +11,12 @@ NS_ASSUME_NONNULL_BEGIN
@protocol XPRoomRedPacketPwdViewDelegate <NSObject>
///完成输入密码
- (void)xPRoomRedPacketPwdViewPwdComplete:(NSString *)pwd;
//忘记密码
- (void)xPRoomRedPacketPwdViewPwdForgetBtnClick;
@end
@interface XPRoomRedPacketPwdView : UIView
@@ -21,6 +25,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, weak) id<XPRoomRedPacketPwdViewDelegate> delegate;
@end
NS_ASSUME_NONNULL_END