AFNetworking/Mac Example/AppDelegate.m

21 lines
396 B
Mathematica
Raw Normal View History

//
// 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