CoachPlanVC.h 410 B

1234567891011121314151617181920212223
  1. //
  2. // CoachPlanVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 16/3/25.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //#import "DIDatepicker.h"
  10. @interface CoachPlanVC : UIViewController
  11. /**表明是推送过来的
  12. */
  13. @property (strong, nonatomic) NSDictionary *coachDic;
  14. @property (nonatomic, assign) BOOL isNotification;
  15. @property (nonatomic, assign) BOOL isRefresh;
  16. @end