ARC-ified; removed ARCHelper.h

This commit is contained in:
Gianluca Bertani
2015-08-27 16:16:26 +02:00
parent c8f2e3843f
commit 433d629232
16 changed files with 538 additions and 652 deletions
-7
View File
@@ -46,11 +46,4 @@
}
- (void)dealloc {
[viewController release];
[window release];
[super dealloc];
}
@end