SeePurchaseNoticeViewController.h 405 Bytes
Newer Older
朱朝吉's avatar
朱朝吉 committed
1 2 3 4 5 6 7 8 9
//
//  SeePurchaseNoticeViewController.h
//  XFFruit
//
//  Created by mac on 15/8/16.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"
zhu's avatar
zhu committed
10
#import "PurchaseBill.h"
朱朝吉's avatar
朱朝吉 committed
11
@interface SeePurchaseNoticeViewController : ICRBaseViewController
zhu's avatar
zhu committed
12 13 14
@property (nonatomic,strong)PurchaseBill *bill;
//模拟三个人员
@property (nonatomic,assign)NSInteger indexPerson;//0.1.2
朱朝吉's avatar
朱朝吉 committed
15 16

@end