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