添加homeheadView

This commit is contained in:
2025-11-07 14:21:03 +08:00
parent f0542c11c8
commit 074596ebcb
7 changed files with 356 additions and 11 deletions

View File

@@ -11,6 +11,13 @@ NS_ASSUME_NONNULL_BEGIN
@interface HomeHeadView : UIView
/// 点击底部购买按钮回调
@property (nonatomic, copy) void (^onTapBuy)(void);
/// 配置4个功能按钮标题与图片可选
/// 若 images 为空会使用一个渐变占位图
- (void)configureFeatureTitles:(NSArray<NSString *> *)titles images:(NSArray<UIImage *> * _Nullable)images;
@end
NS_ASSUME_NONNULL_END