RSS

(root)/iphone/tappity : /tappity/source/main.m (revision 49)

To get this branch, use:
bzr branch /browse/iphone/tappity
Line Revision Contents
1 46
//
2
//  main.m
3
//  tappity
4
//
5
//  Created by döme on 25.10.2009.
6
//  Copyright __MyCompanyName__ 2009. All rights reserved.
7
//
8
9
#import <UIKit/UIKit.h>
10
11 49
@class TappityAppDelegate;
12
13 46
int main(int argc, char *argv[]) {
14
    
15
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
16 49
	
17
	[TappityAppDelegate description];
18
	
19 46
    int retVal = UIApplicationMain(argc, argv, nil, nil);
20
    [pool release];
21
    return retVal;
22
}

Loggerhead 1.17 is a web-based interface for Bazaar branches