Skip to content

Instantly share code, notes, and snippets.

@ydn
Created June 12, 2015 18:27
Show Gist options
  • Save ydn/5f312f34953df85f0e7f to your computer and use it in GitHub Desktop.
Save ydn/5f312f34953df85f0e7f to your computer and use it in GitHub Desktop.
Apple Watch Events Objective C
[FlurryWatch logWatchEvent:(NSString*) eventName];
[FlurryWatch logWatchEvent:(NSString*) eventName withParameters:(NSDictionary*) parameters];
@dbgrandi
Copy link

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.

@DrkSephy
Copy link

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