From fb125e0ac9f522813d8e99468f57d8fe2372fa42 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Wed, 22 Mar 2017 18:45:22 +0800
Subject: [PATCH] 添加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