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