aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMUILocalizer.m
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-11-02 20:30:16 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-11-02 20:30:16 +0000
commit371dc04d5eee387439a6345e486eba9b8a1d0060 (patch)
treefceec206ab538405d0f1a39eff1d3baf7047e025 /iPhone/GTMUILocalizer.m
parent1204639d4aeeac3d3dda7b0c53b8941266b9e685 (diff)
[Author: thomasvl]
Some quick comment cleanup. Quick switch over to properties. R=dmaclach DELTA=38 (9 added, 14 deleted, 15 changed)
Diffstat (limited to 'iPhone/GTMUILocalizer.m')
-rw-r--r--iPhone/GTMUILocalizer.m9
1 files changed, 6 insertions, 3 deletions
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];