CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/main.m
Go to the documentation of this file.
00001 //
00002 //  main.m
00003 //  CatNipTableTest
00004 //
00005 //  Created by Simo M Linkola, tkol on 5/23/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <UIKit/UIKit.h>
00010 
00011 int main(int argc, char *argv[])
00012 {
00013     NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
00014     int retVal = UIApplicationMain(argc, argv, nil, nil);
00015     [pool release];
00016     return retVal;
00017 }
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines