parent
15ba39da28
commit
b81252cae5
@ -1,19 +0,0 @@ |
|||||||
|
|
||||||
// |
|
||||||
// main.m |
|
||||||
// SlashPoker |
|
||||||
// |
|
||||||
// Created by Lolo on 13/05/11. |
|
||||||
// Copyright 2011 Stax River. All rights reserved. |
|
||||||
// |
|
||||||
|
|
||||||
#import <UIKit/UIKit.h> |
|
||||||
#import "SlashPokerAppDelegate.h" |
|
||||||
|
|
||||||
int main(int argc, char *argv[]) |
|
||||||
{ |
|
||||||
@autoreleasepool { |
|
||||||
int retVal = UIApplicationMain(argc, argv, NSStringFromClass([PAApplication class]), NSStringFromClass([SlashPokerAppDelegate class])); |
|
||||||
return retVal; |
|
||||||
} |
|
||||||
} |
|
||||||
Loading…
Reference in new issue