- //
- // Message_Set_VC.h
- // jiaPei
- //
- // Created by EchoShacolee on 2017/1/17.
- // Copyright © 2017年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface Message_Set_VC : UIViewController
- //传值
- @property(nonatomic,copy)NSString *loginCode;
- @end
|