2011-09-23 12:19:40 -05:00
|
|
|
//
|
|
|
|
|
// AFNetworking_Mac_ExampleAppDelegate.m
|
|
|
|
|
// AFNetworking Mac Example
|
|
|
|
|
//
|
|
|
|
|
// Created by Mattt Thompson on 11/09/23.
|
|
|
|
|
// Copyright 2011年 Gowalla. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
|
2011-09-23 12:30:50 -05:00
|
|
|
#import "AppDelegate.h"
|
2011-09-23 12:19:40 -05:00
|
|
|
|
2011-09-23 12:30:50 -05:00
|
|
|
@implementation AppDelegate
|
2011-09-23 12:19:40 -05:00
|
|
|
|
|
|
|
|
@synthesize window = _window;
|
|
|
|
|
|
|
|
|
|
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
|
|
|
|
|
{
|
|
|
|
|
// Insert code here to initialize your application
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@end
|