修复bug
This commit is contained in:
@@ -18,12 +18,16 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
- (void)xpSessionMessageGameCell:(XPSessionMessageGameCell *)cell onFollowInRoom:(NSString *)roomUid;
|
||||
///下单
|
||||
- (void)xpSessionMessageGameCell:(XPSessionMessageGameCell *)cell onPlaceOrder:(NSString *)uid;
|
||||
///跳到游戏下单
|
||||
- (void)xpSessionMessageGameCell:(XPSessionMessageGameCell *)cell chooseGame:(NSString *)uid;
|
||||
@end
|
||||
|
||||
@interface XPSessionMessageGameCell : UICollectionViewCell
|
||||
@property(nonatomic,weak) id<XPSessionMessageGameCellDelegate>delegate;
|
||||
@property(nonatomic,strong) UserInfoModel *userInfo;
|
||||
@property(nonatomic,strong) UserGameInfoVo *gameInfo;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
Reference in New Issue
Block a user