1234567891011121314151617 |
- //
- // CoachDetailVC.h
- // jiaPei
- //
- // Created by apple on 16/4/28.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface CoachDetailVC : UIViewController
- @property (nonatomic, strong) NSDictionary *infoDic;
- @property (nonatomic, copy) NSString *orderType;
- @end
|