| 123456789101112131415161718192021222324 |
- //
- // UserRegister_VC.h
- // Haishenghai-master
- //
- // Created by GG on 2018/12/29.
- // Copyright © 2018年 Haishenghai intelligence network technology. All rights reserved.
- //
- #import "BaseLogin_VC.h"
- @interface UserRegister_VC : BaseLogin_VC
- @property (nonatomic, strong) UIView *accountLine;
- @property (nonatomic, strong) UIView *phoneLine;
- @property (nonatomic, strong) UIView *passwordLine;
- @property (nonatomic, strong) UIView *smsLine;
- @property (nonatomic, strong) UIView *confirmLine;
- @end
|