KWMCheckoutWebViewVC.h 489 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
//
//  KWMCheckoutWebViewVC.h
//  iCemarose
//
//  Created by HouWeiBin on 16/9/27.
//  Copyright © 2016年 kollway. All rights reserved.
//

#import "KWMBaseVC.h"

@interface KWMCheckoutWebViewVC : KWMBaseVC<UIWebViewDelegate>

@property(nonatomic,weak) IBOutlet UIWebView *wbView;
@property(nonatomic,weak) IBOutlet UIActivityIndicatorView *indicatorView;

@property(nonatomic) NSString *titleName;
@property(nonatomic) NSString *detailPath;

@property(nonatomic) NSURL *payURL;


@end