app年龄,星座,寻爱飘屏优化
This commit is contained in:
@@ -10,12 +10,15 @@
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface HomeSearchResultModel : NSObject
|
||||
|
||||
///头像
|
||||
@property (nonatomic,copy) NSString *avatar;
|
||||
///在线人数
|
||||
@property (nonatomic,assign) NSInteger onlineNum;
|
||||
///房主的uid
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
///生日
|
||||
@property(nonatomic,assign) long birth;
|
||||
///标题
|
||||
@property (nonatomic,copy) NSString *title;
|
||||
///用户的昵称
|
||||
|
Reference in New Issue
Block a user