From e2adebbc758c91892dbb6745d22c6c764fbc3db0 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Wed, 22 Mar 2017 19:13:34 +0800 Subject: [PATCH] [Update] WASdkImpl (3.6.1.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