完善首页UI

This commit is contained in:
chenshuanglin
2023-03-06 18:41:25 +08:00
parent 40456d270d
commit 1414d2fea7
27 changed files with 1288 additions and 22 deletions

View File

@@ -7,10 +7,13 @@
#import <UIKit/UIKit.h>
@class HomePlayRoomModel;
NS_ASSUME_NONNULL_BEGIN
@interface XPFindNewFriendTableViewCell : UITableViewCell
@property (nonatomic, strong) HomePlayRoomModel *roomInfo;
@end
NS_ASSUME_NONNULL_END