UserRegister_VC.h 508 B

123456789101112131415161718192021222324
  1. //
  2. // UserRegister_VC.h
  3. // Haishenghai-master
  4. //
  5. // Created by GG on 2018/12/29.
  6. // Copyright © 2018年 Haishenghai intelligence network technology. All rights reserved.
  7. //
  8. #import "BaseLogin_VC.h"
  9. @interface UserRegister_VC : BaseLogin_VC
  10. @property (nonatomic, strong) UIView *accountLine;
  11. @property (nonatomic, strong) UIView *phoneLine;
  12. @property (nonatomic, strong) UIView *passwordLine;
  13. @property (nonatomic, strong) UIView *smsLine;
  14. @property (nonatomic, strong) UIView *confirmLine;
  15. @end