aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMUILocalizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhone/GTMUILocalizer.h')
-rw-r--r--iPhone/GTMUILocalizer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/iPhone/GTMUILocalizer.h b/iPhone/GTMUILocalizer.h
index 3d5552b..d34c4d0 100644
--- a/iPhone/GTMUILocalizer.h
+++ b/iPhone/GTMUILocalizer.h
@@ -65,9 +65,9 @@
id yetAnotherObjectToLocalize_;
NSBundle *bundle_;
}
-@property(retain) IBOutlet id owner;
-@property(retain) IBOutlet id otherObjectToLocalize;
-@property(retain) IBOutlet id yetAnotherObjectToLocalize;
+@property(nonatomic, assign) IBOutlet id owner;
+@property(nonatomic, assign) IBOutlet id otherObjectToLocalize;
+@property(nonatomic, assign) IBOutlet id yetAnotherObjectToLocalize;
- (id)initWithBundle:(NSBundle *)bundle;