2
This commit is contained in:
17
keyBoard/Class/Search/V/KBSkinCardCell.h
Normal file
17
keyBoard/Class/Search/V/KBSkinCardCell.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// KBSkinCardCell.h
|
||||
// keyBoard
|
||||
//
|
||||
// 推荐皮肤 - 简单卡片 cell。
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBSkinCardCell : UICollectionViewCell
|
||||
- (void)configWithTitle:(NSString *)title imageURL:(nullable NSString *)url price:(NSString *)price;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user