RSS

(root)/iphone/common : 61 : Jigs/source/main.m

« back to all changes in this revision

Viewing changes to Jigs/source/main.m

Dömötör Gulyás
2010-01-18 09:03:51
Revision ID: dognotdog@gmail.com-20100118080351-ib2knxvk4w8ssw3h
made common a nested tree

Show diffs side-by-side

added added

removed removed

1
 
//
2
 
//  main.m
3
 
//  Jigs
4
 
//
5
 
//  Created by döme on 12.07.2009.
6
 
//  Copyright __MyCompanyName__ 2009. All rights reserved.
7
 
//
8
 
 
9
 
#import <UIKit/UIKit.h>
10
 
 
11
 
int main(int argc, char *argv[]) {
12
 
    
13
 
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
14
 
    int retVal = UIApplicationMain(argc, argv, nil, nil);
15
 
    [pool release];
16
 
    return retVal;
17
 
}

Loggerhead 1.17 is a web-based interface for Bazaar branches