RAChangePasswordViewController.h 316 B

123456789101112131415
  1. //
  2. // RAChangePasswordViewController.h
  3. // Apex And Drivers
  4. //
  5. // Created by Jack on 2018/9/13.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import "JLCustomerAlertController.h"
  9. @interface RAChangePasswordViewController : JLCustomerAlertController
  10. + (instancetype)viewControllerFromStoryboard;
  11. @end