EleBaseTableVC.h 389 B

12345678910111213141516171819
  1. //
  2. // EleBaseTableVC.h
  3. // JSJPCoach
  4. //
  5. // Created by EchoShacolee on 2018/1/30.
  6. // Copyright © 2018年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface EleBaseTableVC : UITableViewController
  10. @property(nonatomic,copy)NSString *kemuStr;
  11. @property (nonatomic, strong) NSDictionary *stuDic;
  12. @property(nonatomic,strong)NSMutableArray *dataurce;
  13. -(void)getData;
  14. @end