Created
June 12, 2015 18:27
-
-
Save ydn/5f312f34953df85f0e7f to your computer and use it in GitHub Desktop.
Apple Watch Events Objective C
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[FlurryWatch logWatchEvent:(NSString*) eventName]; | |
[FlurryWatch logWatchEvent:(NSString*) eventName withParameters:(NSDictionary*) parameters]; |
I followed the same pattern as the existing Objective-C examples.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why are all of the Obj-C examples labeled as
something.mm
, which implies Objective-C++?Spacing is a bit weird, but as long as you are consistent amongst all examples, it's fine.