KWMOrderVC.h 384 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9
//
//  KWMOrderVC.h
//  iCemarose
//
//  Created by HouWeiBin on 16/8/30.
//  Copyright © 2016年 kollway. All rights reserved.
//

#import "KWMBaseVC.h"
10
#import "KWMBasePageVC.h"
houweibin committed
11 12
#import "KWMOrderCell.h"

13
@interface KWMOrderVC : KWMBasePageVC<KWMOrderCellDelegate>
houweibin committed
14 15 16

@property (weak, nonatomic) IBOutlet UITableView *tbvOrder;

17
@property (nonatomic) BUYCheckout *paidCheckout;
houweibin committed
18 19

@end