Skip to content

Instantly share code, notes, and snippets.

@aarondufall
Created March 10, 2014 23:14
Show Gist options
  • Save aarondufall/9476421 to your computer and use it in GitHub Desktop.
Save aarondufall/9476421 to your computer and use it in GitHub Desktop.
#import "AppDelegate.h"
#import <CheckMate/CheckMate.h>
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[CheckMate initializeFramework:@"af498d68fa9186212a08dfdbd51cd760"];
return YES;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment