Skip to content

Instantly share code, notes, and snippets.

@threetreeslight
Last active August 29, 2015 13:58
Show Gist options
  • Save threetreeslight/10110538 to your computer and use it in GitHub Desktop.
Save threetreeslight/10110538 to your computer and use it in GitHub Desktop.
ReproInsight
#import <Repro/ReproInsight.h>
...
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
[ReproInsight setupWithToken:@"YOUR_APP_TOKEN"];
return YES;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment