添加homeheadView
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user