This commit is contained in:
2025-11-06 14:59:00 +08:00
parent 15fc9621cd
commit a1db745b6c
9 changed files with 517 additions and 24 deletions

View File

@@ -0,0 +1,20 @@
//
// HomeHotCell.h
// keyBoard
//
// 自定义 cell左侧序号与圆形头像占位标题/副标题,右侧加入按钮。
//
#import "BaseCell.h"
NS_ASSUME_NONNULL_BEGIN
@interface HomeHotCell : BaseCell
/// 配置数据
- (void)configWithRank:(NSInteger)rank title:(NSString *)title subtitle:(NSString *)sub joined:(BOOL)joined;
@end
NS_ASSUME_NONNULL_END