CoachPlanVC.h 325 B

123456789101112131415161718
  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. @property (strong, nonatomic) NSDictionary *coachDic;
  12. @property (nonatomic, assign) BOOL isRefresh;
  13. @end