// // OrderDetailHeadViewController.h // IBOSS // // Created by 关宏厚 on 2018/11/16. // Copyright © 2018 elongtian. All rights reserved. // #import "BaseViewController.h" #import "OrderAuditListModel.h" #define orderTextFont [UIFont systemFontOfSize:14] @interface OrderDetailHeadViewController : BaseViewController /** UIScrollView */ @property (nonatomic,strong) UIScrollView *scroll; /** 子布局 */ @property (nonatomic,strong) UIView *contentView; @property(nonatomic,strong)OrderAuditListModel *auditListModel; @end