Files
keyboard/keyBoard/Class/Pay/V/KBVipReviewItemCell.h

18 lines
318 B
C
Raw Permalink Normal View History

2025-11-14 19:48:15 +08:00
//
// KBVipReviewItemCell.h
// keyBoard
//
// 横向列表中的 item包含 5 个爱心图标pay_5aixin_icon
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBVipReviewItemCell : UICollectionViewCell
- (void)configWithName:(NSString *)name text:(NSString *)text;
@end
NS_ASSUME_NONNULL_END