12345678910111213141516 |
- //
- // orderCommentVC.h
- // jiaPei
- //
- // Created by EchoShacolee on 2017/2/21.
- // Copyright © 2017年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface orderCommentVC : UIViewController
- @property(nonatomic,retain)NSDictionary *dic;
- @property(nonatomic,assign)NSInteger type;//1订单,2学时
- @end
|