Files
featherVoice/QXLive/HomePage(声播)/Model/QXRoomBestFriendModel.h
2025-11-28 22:43:06 +08:00

27 lines
643 B
Objective-C

//
// QXRoomBestFriendModel.h
// QXLive
//
// Created by 启星 on 2025/11/20.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@class QXRoomBestFriendListModel,QXRoomBestFriendListSubModel;
@interface QXRoomBestFriendModel : NSObject
@property (nonatomic,strong)QXUserCpInfoModel *cp;
@property (nonatomic,strong)NSArray<QXRoomBestFriendListModel*> *no_cp;
@end
@interface QXRoomBestFriendListModel : NSObject
@property (nonatomic,strong)NSString *relation_name;
@property (nonatomic,strong)NSArray <QXRelationshipListModel*>*relation_list;
@end
@interface QXHeartBeatSpaceListModel : NSObject
@end
NS_ASSUME_NONNULL_END