12345678910111213141516171819202122 |
- //
- // TrainDetailVC.h
- // jiaPei
- //
- // Created by apple on 16/1/29.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface TrainDetailVC : UIViewController
- //type为1为本地 2为其他
- @property (nonatomic, copy) NSString *type;
- @property (nonatomic, retain) NSArray *datasourceArray;
- @property (nonatomic, copy)BlockTypeVo blcok;
- @property (nonatomic, readwrite, assign) NSInteger RATIONKS;
- @property (nonatomic, readwrite, copy) NSString *RATIONKSMC;
- @end
|