1
This commit is contained in:
20
keyBoard/Class/Pay/V/KBVipSubscribeCell.h
Normal file
20
keyBoard/Class/Pay/V/KBVipSubscribeCell.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// KBVipSubscribeCell.h
|
||||
// keyBoard
|
||||
//
|
||||
// 订阅选项 Cell:右侧选择按钮(pay_circle_normal / pay_circle_sel)
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBVipSubscribeCell : UICollectionViewCell
|
||||
/// 配置展示文案
|
||||
- (void)configTitle:(NSString *)title price:(NSString *)price strike:(nullable NSString *)strike;
|
||||
/// 同步选中态(更新右侧选择图标、边框颜色)
|
||||
- (void)applySelected:(BOOL)selected animated:(BOOL)animated;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user