Skip to content

Commit 898db29

Browse files
committed
Merge pull request #5724 from srahim/TIMOB-16989-33X
[TIMOB-16989] 3_3_X iOS: Updating AnalyticsModule to work with APSAnaltyics module
2 parents b7575de + 8452108 commit 898db29

File tree

6 files changed

+42
-688
lines changed

6 files changed

+42
-688
lines changed

iphone/Classes/APSAnalytics/APSAnalytics.h

-6
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@
7272
withPayload:(NSDictionary*)data;
7373

7474
//Helper properties
75-
/**
76-
* Retrieves the version of the SDK
77-
* @return SDK version
78-
*/
79-
+(NSString*)getVersion;
80-
8175
/**
8276
* Returns if analytics has been enabled
8377
* @return Returns YES if analytics is enabled
Binary file not shown.

iphone/Classes/AnalyticsModule.h

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* Appcelerator Titanium Mobile
3+
* Copyright (c) 2009-2014 by Appcelerator, Inc. All Rights Reserved.
4+
* Licensed under the terms of the Apache Public License
5+
* Please see the LICENSE included with this distribution for details.
6+
*/
7+
8+
#import "TiModule.h"
9+
10+
@interface AnalyticsModule : TiModule
11+
12+
@end

0 commit comments

Comments
 (0)