Files
keyboard/keyBoard/Class/Pay/V/KBSvipBenefitCell.h
2026-02-04 12:48:18 +08:00

18 lines
329 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.

//
// KBSvipBenefitCell.h
// keyBoard
//
// SVIP 权益项 Cell左侧图标 + 文字 + 右侧勾选
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBSvipBenefitCell : UICollectionViewCell
/// 配置权益项
- (void)configWithIcon:(NSString *)iconName title:(NSString *)title;
@end
NS_ASSUME_NONNULL_END