YHExplorerView.h
466 Bytes
//
// YHExplorerView.h
// YohoExplorerDemo
//
// Created by gaoqiang xu on 3/2/15.
// Copyright (c) 2015 gaoqiang xu. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "YHExplorerViewController.h"
@interface YHExplorerView : UIView
<YHExplorer>
/**
* 网页交互代理(包含UIWebView的代理)
*/
@property (weak, nonatomic) IBOutlet id <YHExplorerDelegate> delegate;
@property (nonatomic) BOOL enableProgressBar;
- (UIWebView *)webView;
@end