aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMUILocalizerTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhone/GTMUILocalizerTest.h')
-rw-r--r--iPhone/GTMUILocalizerTest.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/iPhone/GTMUILocalizerTest.h b/iPhone/GTMUILocalizerTest.h
index 87a0f22..0ee846c 100644
--- a/iPhone/GTMUILocalizerTest.h
+++ b/iPhone/GTMUILocalizerTest.h
@@ -22,8 +22,14 @@
@interface GTMUILocalizerTestViewController : UIViewController {
@private
UILabel *label_;
+ UIButton *button_;
+ UISegmentedControl *segmentedControl_;
+ UISearchBar *searchBar_;
}
@property(nonatomic, retain) IBOutlet UILabel *label;
+@property(nonatomic, retain) IBOutlet UIButton *button;
+@property(nonatomic, retain) IBOutlet UISegmentedControl *segmentedControl;
+@property(nonatomic, retain) IBOutlet UISearchBar *searchBar;
@end