房间内打开红包结果
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user