RetrievePassViewController.h 453 B

12345678910111213141516
  1. //
  2. // RetrievePassViewController.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 9/10/15.
  6. // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RetrievePassViewController : UIViewController
  10. @property (strong, nonatomic) IBOutlet UITextField *editUser;
  11. @property (strong, nonatomic) IBOutlet UIButton *buttonRetrieve;
  12. @property (strong, nonatomic) IBOutlet UITextField *editEmail;
  13. @end