RAOrderEditViewController+TableDataSource.h 448 B

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