Statistics
| Branch: | Revision:

root / json-framework-3.2.0 / Examples / DisplayPretty / DisplayPretty / DisplayPrettyAppDelegate.m @ 3ebe9884

History | View | Annotate | Download (396 Bytes)

1
//
2
//  DisplayPrettyAppDelegate.m
3
//  DisplayPretty
4
//
5
//  Created by Stig Brautaset on 25/05/2011.
6
//  Copyright 2011 Stig Brautaset. All rights reserved.
7
//
8

    
9
#import "DisplayPrettyAppDelegate.h"
10

    
11
@implementation DisplayPrettyAppDelegate
12

    
13
@synthesize window;
14

    
15
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
16
{
17
    // Insert code here to initialize your application
18
}
19

    
20
@end