Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-06-09 14:10:14 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:50:51 +0300
commit5ecb285ac17c67e9528d0e9e134210ac55f7516c (patch)
tree1f2ba7561cc5bec6fabbbac004af5fdbed27ec23 /3party/Alohalytics/src/alohalytics_objc.h
parent5085a5ee6f7250f70f95f3ae72c58275fc186675 (diff)
[alohalytics] New indenting/formatting.
Diffstat (limited to '3party/Alohalytics/src/alohalytics_objc.h')
-rw-r--r--3party/Alohalytics/src/alohalytics_objc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/3party/Alohalytics/src/alohalytics_objc.h b/3party/Alohalytics/src/alohalytics_objc.h
index c1ad09554c..800d8da0ab 100644
--- a/3party/Alohalytics/src/alohalytics_objc.h
+++ b/3party/Alohalytics/src/alohalytics_objc.h
@@ -38,9 +38,7 @@
// Alternative to the previous setup method if you integrated Alohalytics after initial release
// and don't want to count app upgrades as new installs (and definitely know that it's an already existing
// user).
-+ (void)setup:(NSString *)serverUrl
- andFirstLaunch:(BOOL)isFirstLaunch
- withLaunchOptions:(NSDictionary *)options;
++ (void)setup:(NSString *)serverUrl andFirstLaunch:(BOOL)isFirstLaunch withLaunchOptions:(NSDictionary *)options;
+ (void)forceUpload;
+ (void)logEvent:(NSString *)event;
+ (void)logEvent:(NSString *)event atLocation:(CLLocation *)location;