- //
- // UserBindPhoneViewController.h
- // XenonSDK
- //
- // Created by SAGESSE on 2019/5/30.
- // Copyright © 2019 SAGESSE. All rights reserved.
- //
- #import "BasePhoneViewController.h"
- @interface UserBindPhoneViewController : BasePhoneViewController
- @property (nonatomic, strong) void (^callback)(void);
- @end
|