覆盖羽声
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "QXRoomListModel.h"
|
||||
/**
|
||||
"id": "string",
|
||||
"name": "string",
|
||||
@@ -34,4 +35,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong)NSString *hot_value;
|
||||
@end
|
||||
|
||||
|
||||
@interface QXSearchListModel : NSObject
|
||||
@property (nonatomic, strong) NSArray<QXUserHomeModel *>* users;
|
||||
@property (nonatomic, strong) NSArray<QXRoomListModel *>* rooms;
|
||||
@end
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user