RACameraViewController.h 360 B

1234567891011121314151617
  1. //
  2. // RACameraViewController.h
  3. // Apex And Drivers
  4. //
  5. // Created by Jack on 2018/6/5.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import "RABaseViewController.h"
  9. @interface RACameraViewController : RABaseViewController
  10. @property (nonatomic,copy) void (^completion)(UIImage *image);
  11. @property (nonatomic,weak) UIViewController *fromVC;
  12. @end