1
This commit is contained in:
@@ -13,6 +13,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 还原设计稿(见需求截图):左侧「Points\nMall」标题 + 右侧大金币装饰
|
||||
/// 下方卡片显示积分与「Recharge」按钮。
|
||||
/// Masonry 约束 + 懒加载,中文注释。
|
||||
@class KBShopThemeDetailModel;
|
||||
|
||||
@interface KBShopHeadView : UIView
|
||||
|
||||
/// 点击充值回调
|
||||
@@ -21,6 +23,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 更新积分展示
|
||||
- (void)updatePoints:(NSString *)points;
|
||||
|
||||
/// 根据主题详情更新头图(展示主题预览图等)
|
||||
- (void)configureWithThemeDetail:(KBShopThemeDetailModel * _Nullable)detail;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user