12345678910111213141516171819202122 |
- //
- // AllCoachPlanVC.h
- // jiaPei
- //
- // Created by apple on 16/8/18.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AllCoachPlanVC : UIViewController
- @property (nonatomic, assign) BOOL isNotification;
- @property (nonatomic, copy) NSString *searchJXBH;
- @property (nonatomic, copy) NSString *fenceSiteID;
- @property (nonatomic, copy) NSString *dqbh;
- @end
|