repo.or.cz
/
stereo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Ignore rules for git users
[stereo.git]
/
StereoPair
/
main.m
blob
5345f8820fe6926834e118d44770cd70067bd928
1
#import <UIKit/UIKit.h>
2
3
int main(int argc, char *argv[]) {
4
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
5
int retVal = UIApplicationMain(argc, argv, nil, nil);
6
[pool release];
7
return retVal;
8
}