1234567891011121314151617 |
- //
- // PhoneLoginManager.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/7/2.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface PhoneLoginManager : NSObject
- @property (nonatomic, strong) NSNumber *showPhoneBtn;
- + (instancetype)shareManager;
- @end
|