<UIWebViewDelegate>
@property (strong,nonatomic)IBOutletUIWebView *webView;// storyBoard加载的
@property (nonatomic,strong)UIActionSheet *ActionSheet;
@property (nonatomic,strong)NSString *tittle;
@property (nonatomic,strong)NSMutableArray *mUrlArray;
- (void)viewDidLoad {
[superviewDidLoad];
[selfaddLeftButton];
<UIWebViewDelegate>
@property (strong,nonatomi