Migrate sample project to ARC

Conflicts:

	ExampleProject/Example.xcodeproj/project.pbxproj
This commit is contained in:
Justin Spahr-Summers
2011-11-12 17:31:31 -08:00
parent 068ec9c502
commit 9ff48ddd31
8 changed files with 7 additions and 43 deletions
@@ -38,11 +38,6 @@
return self;
}
- (void)dealloc
{
[textRenderer release];
[super dealloc];
}
- (NSAttributedString *)attributedString
{