123456789101112131415161718 |
- //
- // RegistTestVC.h
- // jiaPei
- //
- // Created by apple on 2017/9/26.
- // Copyright © 2017年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface RegistTestVC : UIViewController
- @property (nonatomic, copy) NSString *phoneString;
- @property (nonatomic, copy) NSString *passwordString;//登录密码
- @end
|