update ARC version

This commit is contained in:
Kelp
2012-05-15 21:50:57 +08:00
parent 2d7cd4f038
commit aa3ba0229b
8 changed files with 143 additions and 25 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
- (void)dealloc
{
[_window release];
[super dealloc];
//[_window release];
//[super dealloc];
}
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions