RAOrderEditViewController+TableDataSource.h 508 B

1234567891011121314151617
  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. @interface RAOrderEditViewController (TableDataSource) <UITableViewDataSource,RAEditInputDelegate,RAEditMultInputDelegate,RAEditPhotoCellDelegate,RAEditSignatureCellDelegate>
  14. @end