1
This commit is contained in:
16
keyBoard/Class/Me/V/KBConsumptionRecordCell.h
Normal file
16
keyBoard/Class/Me/V/KBConsumptionRecordCell.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// KBConsumptionRecordCell.h
|
||||
// keyBoard
|
||||
//
|
||||
|
||||
#import "BaseCell.h"
|
||||
@class KBConsumptionRecord;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBConsumptionRecordCell : BaseCell
|
||||
+ (NSString *)reuseId;
|
||||
- (void)configWithRecord:(KBConsumptionRecord *)record;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user