This commit is contained in:
2025-11-14 19:48:15 +08:00
parent 4f2e80e482
commit dace0a9309
21 changed files with 792 additions and 19 deletions

View File

@@ -0,0 +1,17 @@
//
// 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