Files
keyboard/keyBoard/Class/Pay/V/KBVipSubscribeCell.h
2025-11-14 19:48:15 +08:00

21 lines
511 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// 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