12345678910111213141516 |
- //
- // UserRegisterAccountViewController.h
- // XenonSDK
- //
- // Created by SAGESSE on 2019/5/29.
- // Copyright © 2019 SAGESSE. All rights reserved.
- //
- #import "BaseViewController.h"
- @interface UserRegisterAccountViewController : BaseViewController
- @property (nonatomic, strong) IBOutlet UITextField* accountTextField;
- @property (nonatomic, strong) IBOutlet UITextField* passwordTextField;
- @end
|