// // ApexMobileFirstViewController.h // Apex Mobile // // Created by Ray on 14-2-24. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved. // #import #import "ApexMobileNetwork.h" #import "AESCrypt.h" #import "Constant.h" @interface ApexMobileFirstViewController : UIViewController @property (strong, nonatomic) IBOutlet UIButton *checkSavePassword; @property (strong, nonatomic) IBOutlet UITextField *editUser; @property (strong, nonatomic) IBOutlet UITextField *editPassword; @property (strong, nonatomic) IBOutlet UIButton *loginButton; @property (strong, nonatomic) IBOutlet UIActivityIndicatorView *mum; @property (strong, nonatomic) IBOutlet UIButton *btnRetrievePassword; @property bool resize; @property int ioffset; @end