AFNetworking/Mac Example/AFNetworking Mac Example/AppDelegate.m
Mattt Thompson d7b6046e63 Adding AFNetworking.h
Renaming App Delegate
2011-09-23 12:30:50 -05:00

20 lines
396 B
Objective-C

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