CoachDetailVC.h 304 B

1234567891011121314151617
  1. //
  2. // CoachDetailVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 16/4/28.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CoachDetailVC : UIViewController
  10. @property (nonatomic, strong) NSDictionary *infoDic;
  11. @property (nonatomic, copy) NSString *orderType;
  12. @end