12345678910111213141516171819 |
- //
- // EleBaseTableVC.h
- // JSJPCoach
- //
- // Created by EchoShacolee on 2018/1/30.
- // Copyright © 2018年 Danson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface EleBaseTableVC : UITableViewController
- @property(nonatomic,copy)NSString *kemuStr;
- @property (nonatomic, strong) NSDictionary *stuDic;
- @property(nonatomic,strong)NSMutableArray *dataurce;
- -(void)getData;
- @end
|