RSS

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

To get this branch, use:
bzr branch /browse/iphone/tappity

« back to all changes in this revision

Viewing changes to tappity/source/main.m

Dömötör Gulyás
2009-10-28 22:34:56
Revision ID: dognotdog@gmail.com-20091028213456-9pjbddhboknsf5w8
tappity now no longer eating some events

Show diffs side-by-side

added added

removed removed

8
8
 
9
9
#import <UIKit/UIKit.h>
10
10
 
 
11
@class TappityAppDelegate;
 
12
 
11
13
int main(int argc, char *argv[]) {
12
14
    
13
15
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
 
16
        
 
17
        [TappityAppDelegate description];
 
18
        
14
19
    int retVal = UIApplicationMain(argc, argv, nil, nil);
15
20
    [pool release];
16
21
    return retVal;

Loggerhead 1.17 is a web-based interface for Bazaar branches