// // RetrievePassViewController.h // RedAnt ERP Mobile // // Created by Ray on 9/10/15. // Copyright (c) 2015 United Software Applications, Inc. All rights reserved. // #import @interface RetrievePassViewController : UIViewController @property (strong, nonatomic) IBOutlet UITextField *editUser; @property (strong, nonatomic) IBOutlet UIButton *buttonRetrieve; @property (strong, nonatomic) IBOutlet UITextField *editEmail; @end