Mac OS
#import "AppDelegate.h"
#import <devtodev/DevToDev.h>
@interface AppDelegate ()
@end
@implementation AppDelegate
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
[DevToDev initWithKey:@"appKey" andSecretKey:@"secretKey"];
}
@endDebug mode
Last updated
Was this helpful?

