inputPwdVC.h 409 B

12345678910111213141516171819
  1. //
  2. // inputPwdVC.h
  3. // shiku_im
  4. //
  5. // Created by flyeagleTang on 14-6-10.
  6. // Copyright (c) 2014年 Reese. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. @interface inputPwdVC : admobViewController{
  10. UITextField* _pwd;
  11. UITextField* _repeat;
  12. }
  13. @property (nonatomic,strong) NSString *area;
  14. @property (nonatomic,strong) NSString* telephone;
  15. @property (nonatomic,assign) BOOL isCompany;
  16. @end