首页派对里面喜欢
This commit is contained in:
23
xplan-ios/Main/Home/Model/HomeLiveRoomModel.h
Normal file
23
xplan-ios/Main/Home/Model/HomeLiveRoomModel.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// HomeLiveRoomModel.h
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by 冯硕 on 2022/3/2.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface HomeLiveRoomModel : NSObject
|
||||
///昵称
|
||||
@property (nonatomic, copy) NSString *nick;
|
||||
///头像
|
||||
@property (nonatomic, copy) NSString *avatar;
|
||||
///用户的id
|
||||
@property (nonatomic,assign) NSInteger uid;
|
||||
///在房间中用户的uid
|
||||
@property (nonatomic, assign) NSInteger roomUid;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user