MyPlanVC.h 543 B

12345678910111213141516171819202122232425
  1. //
  2. // MyPlanVC.h
  3. // jiaPeiC
  4. //
  5. // Created by apple on 16/3/27.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. //订单状态 0 进行中 1 待评价/投诉 2 待支付 3 交易完成 4 投诉中
  9. /**
  10. 这个二维码定义的问题 参数之间用##隔开最前边一个是类型 从0开始 具体定义 尽量在这里下下来
  11. 1 开始计时时候的二维码验证
  12. */
  13. #import <UIKit/UIKit.h>
  14. @interface MyPlanVC : UIViewController
  15. @property(assign)BOOL needReload;
  16. @property(nonatomic, assign) BOOL isNotification;
  17. @end