1234567891011121314151617181920212223 |
- //
- // CoachPlanVC.h
- // jiaPei
- //
- // Created by apple on 16/3/25.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //#import "DIDatepicker.h"
- @interface CoachPlanVC : UIViewController
- /**表明是推送过来的
- */
- @property (strong, nonatomic) NSDictionary *coachDic;
- @property (nonatomic, assign) BOOL isNotification;
- @property (nonatomic, assign) BOOL isRefresh;
- @end
|