2
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBSvipSubscribeCell : UICollectionViewCell
|
||||
/// 配置展示文案
|
||||
/// 配置展示文案(带货币符号)
|
||||
- (void)configTitle:(NSString *)title currency:(NSString *)currency price:(NSString *)price strike:(nullable NSString *)strike;
|
||||
/// 配置展示文案(兼容旧方法)
|
||||
- (void)configTitle:(NSString *)title price:(NSString *)price strike:(nullable NSString *)strike;
|
||||
/// 同步选中态
|
||||
- (void)applySelected:(BOOL)selected animated:(BOOL)animated;
|
||||
|
||||
Reference in New Issue
Block a user