From 69719c5c512104795274542e65c044f6572fc7e2 Mon Sep 17 00:00:00 2001 From: Wuyx <1139965056@qq.com> Date: Wed, 11 Jan 2017 09:49:02 +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