添加pay
This commit is contained in:
21
keyBoard/Class/Pay/V/KBJfPayCell.h
Normal file
21
keyBoard/Class/Pay/V/KBJfPayCell.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// KBJfPayCell.h
|
||||
// 积分充值选项 Cell(自定义样式)
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBJfPayCell : UICollectionViewCell
|
||||
|
||||
/// 配置展示:金币数量 + 价格
|
||||
- (void)configCoins:(NSString *)coins price:(NSString *)price;
|
||||
|
||||
/// 刷新选中态(带动画可选)
|
||||
- (void)applySelected:(BOOL)selected animated:(BOOL)animated;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user