1
This commit is contained in:
@@ -22,6 +22,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 图标(可选),例如金币图
|
||||
@property (nonatomic, strong, nullable) UIImage *iconImage;
|
||||
|
||||
/// 是否展示价格区域(隐藏后仅显示标题)
|
||||
@property (nonatomic, assign) BOOL showsPrice;
|
||||
|
||||
/// 点击回调(也可直接 addTarget 使用)
|
||||
@property (nonatomic, copy, nullable) void (^tapHandler)(void);
|
||||
|
||||
@@ -34,4 +37,3 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user