//// IBTWebViewController.h// IBTWebViewController//// Created by Xummer on 14/12/29.// Copyright (c) 2014年 Xummer. All rights reserved.//#import <UIKit/UIKit.h>#import "ICRBaseViewController.h"@protocolIBTWebViewDelegate;@interfaceIBTWebViewController:ICRBaseViewController@property(weak,nonatomic)id<IBTWebViewDelegate>m_delegate;-(id)initWithURL:(id)urlpresentModal:(BOOL)modalextraInfo:(NSDictionary*)info;-(void)setAutoSetTitle:(BOOL)bAutoSet;@end