RAOrderEditViewController+TableDataSource.h 610 B

12345678910111213141516171819
  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. #import "RAPhotoCellDelegate.h"
  15. @interface RAOrderEditViewController (TableDataSource) <UITableViewDataSource,RAEditInputDelegate,RAEditMultInputDelegate,RAEditPhotoCellDelegate,RAEditSignatureCellDelegate,RAEditDateCellDelegate,RAPhotoCellDelegate>
  16. @end