From 6708bc182eebb7da605dbec81503c1c70b7e5979 Mon Sep 17 00:00:00 2001 From: Wuyx <1139965056@qq.com> Date: Fri, 13 Jan 2017 09:39:32 +0800 Subject: [PATCH] WASdkImpl3.6.1 --- frameworks/WASdkImpl.framework/Headers/WASdkTrack.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkTrack.h b/frameworks/WASdkImpl.framework/Headers/WASdkTrack.h index 515a0d7..c07e067 100644 --- a/frameworks/WASdkImpl.framework/Headers/WASdkTrack.h +++ b/frameworks/WASdkImpl.framework/Headers/WASdkTrack.h @@ -8,7 +8,7 @@ #import <Foundation/Foundation.h> #import <WASdkIntf/WASdkIntf.h> -@interface WASdkTrack : WAITrack +@interface WASdkTrack : WAITrack<NSCopying> @property(copy,nonatomic)NSString *deviceid; @property(copy,nonatomic)NSString *deviceType; @property(copy,nonatomic)NSString *deviceBrand; @@ -24,5 +24,6 @@ @property(strong,nonatomic)NSDictionary* trackerConfig; @property(copy,nonatomic)NSString *url; +(WASdkTrack*)shareTracker; ++(WASdkTrack*)getNewTrackerInstance; +(NSString*)getSessionId; @end -- Gitblit v1.8.0