UserLogin_VC.h 402 B

12345678910111213141516171819
  1. //
  2. // UserLogin_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 UserLogin_VC : BaseLogin_VC
  10. @property (nonatomic, strong) UIView *accountLine;
  11. @property (nonatomic, strong) UIView *passwordLine;
  12. @property (nonatomic, strong) UIButton *userList;
  13. @end