Files
keyboard/keyBoard/Class/Me/V/KBConsumptionRecordCell.h
2025-12-22 19:19:28 +08:00

17 lines
278 B
Objective-C

//
// 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