// // SheetViewCellTableViewCell.h // IBOSSmini // // Created by guan hong hou on 2018/3/30. // Copyright © 2018年 elongtian. All rights reserved. // #import #import "InvoiceStyle.h" #import "NSString+Tools.h" #define kTextFont [UIFont systemFontOfSize:14] @interface SheetViewCell : UITableViewCell @property(nonatomic,strong) InvoiceStyle *invoiceStyle; @property(nonatomic,strong) UILabel *invoiceStyleLbl; - (void)setInvoiceStyle:(InvoiceStyle *)style; @end