| 12345678910111213141516 |
- //
- // NewLoginViewController.h
- // SERVICE
- //
- // Created by 罗云飞 on 2017/6/14.
- // Copyright © 2017年 Luo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface NewLoginViewController : NewBasicViewController
- @property(nonatomic,copy)void (^LoginSuccess)(NSString *string);
- @property(nonatomic,copy)NSString *string;
- @end
|