From 371dc04d5eee387439a6345e486eba9b8a1d0060 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 2 Nov 2011 20:30:16 +0000 Subject: [Author: thomasvl] Some quick comment cleanup. Quick switch over to properties. R=dmaclach DELTA=38 (9 added, 14 deleted, 15 changed) --- iPhone/GTMUILocalizer.m | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'iPhone/GTMUILocalizer.m') diff --git a/iPhone/GTMUILocalizer.m b/iPhone/GTMUILocalizer.m index 5eff255..274eb04 100644 --- a/iPhone/GTMUILocalizer.m +++ b/iPhone/GTMUILocalizer.m @@ -22,15 +22,18 @@ @interface GTMUILocalizer (GTMUILocalizerPrivate) - (void)localizeAccessibility:(id)object; -// Never recursively call any of these methods. Always call -// -[self localizeObject:recursively:] otherwise bindings will not be -// localized properly. +// Never recursively call any of these methods. Always call +// -[self localizeObject:recursively:]. - (void)localizeToolbar:(UIToolbar *)toolbar; - (void)localizeView:(UIView *)view recursively:(BOOL)recursive; @end @implementation GTMUILocalizer +@synthesize owner = owner_; +@synthesize otherObjectToLocalize = otherObjectToLocalize_; +@synthesize yetAnotherObjectToLocalize = yetAnotherObjectToLocalize_; + - (id)initWithBundle:(NSBundle *)bundle { if ((self = [super init])) { bundle_ = [bundle retain]; -- cgit v1.2.3