Authored by John Tai

修改webview hook位置.reviewed by yuliang

... ... @@ -11,5 +11,5 @@
@interface UIWebView (AutoTrack)
@property(nonatomic,copy)NSString *yh_viewId;//该页面唯一ID
+(void)startTrack;
@end
... ...
... ... @@ -18,7 +18,7 @@
/*
todo 还需要处理setDelegate 没有调用的情况
**/
+(void)load{
+(void)startTrack{
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
@try {
... ...