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