- //
- // UserLoginPhoneViewController.h
- // XenonSDK
- //
- // Created by SAGESSE on 2019/5/29.
- // Copyright © 2019 SAGESSE. All rights reserved.
- //
- #import "BasePhoneViewController.h"
- @interface UserLoginPhoneViewController : BasePhoneViewController
- - (void)automatic:(id)phone;
- @end
|