// // RetrievePasswordViewController.h // Apex Mobile // // Created by Ray on 14-3-17. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved. // #import #import "JLCustomerAlertController.h" @interface RetrievePasswordViewController : JLCustomerAlertController @property (strong, nonatomic) IBOutlet UITextField *editUser; @property (strong, nonatomic) IBOutlet UITextField *editEmail; @property (strong, nonatomic) IBOutlet UIActivityIndicatorView *mum; @property (strong, nonatomic) IBOutlet UIButton *btnOk; @property (strong, nonatomic) IBOutlet UIButton *btnCancel; @end