From a8ba2ef2cfbce91f4e510deab3e1bc645b40147f Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 22 Jun 2017 18:59:16 +0800 Subject: [PATCH] 修改登录页面 --- frameworks/WASdkImpl.framework/Headers/WASdkTrack.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkTrack.h b/frameworks/WASdkImpl.framework/Headers/WASdkTrack.h index 515a0d7..59fef16 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; @@ -19,10 +19,12 @@ @property(copy,nonatomic)NSString *tz; @property(copy,nonatomic)NSString *currencyCode; + @property(copy,nonatomic)NSString *userId; @property(strong,nonatomic)NSDictionary* mapping; @property(strong,nonatomic)NSDictionary* trackerConfig; @property(copy,nonatomic)NSString *url; +(WASdkTrack*)shareTracker; ++(WASdkTrack*)getNewTrackerInstance; +(NSString*)getSessionId; @end -- Gitblit v1.8.0