RAOrderEditViewController+TableDataSource.h 558 B

123456789101112131415161718
  1. //
  2. // RAOrderEditViewController+TableDataSource.h
  3. // Apex And Drivers
  4. //
  5. // Created by Jack on 2018/6/4.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import "RAOrderEditViewController.h"
  9. #import "RAEditScanInputCell.h"
  10. #import "RAEditMultInputCell.h"
  11. #import "RAEditPhotoCell.h"
  12. #import "RAEditSignatureCell.h"
  13. #import "RAEditDateCell.h"
  14. @interface RAOrderEditViewController (TableDataSource) <UITableViewDataSource,RAEditInputDelegate,RAEditMultInputDelegate,RAEditPhotoCellDelegate,RAEditSignatureCellDelegate,RAEditDateCellDelegate>
  15. @end