背景和头像缺失
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// main.m
|
||||
// HelloLua
|
||||
//
|
||||
// Created by Walzer on 11-6-15.
|
||||
// Copyright __MyCompanyName__ 2011. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
NSAutoreleasePool *pool = [NSAutoreleasePool new];
|
||||
int retVal = UIApplicationMain(argc, argv, nil, @"AppController");
|
||||
[pool release];
|
||||
return retVal;
|
||||
}
|
||||
Reference in New Issue
Block a user