1
This commit is contained in:
17
keyBoard/Class/Pay/V/KBVipReviewItemCell.h
Normal file
17
keyBoard/Class/Pay/V/KBVipReviewItemCell.h
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user