aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h
diff options
context:
space:
mode:
authorGravatar Jonathan Willing <jwilling@me.com>2013-05-11 16:53:41 -0500
committerGravatar Jonathan Willing <jwilling@me.com>2013-05-11 16:53:41 -0500
commitce800f23933baa4fa0e86e3277aeb4a45e558532 (patch)
tree51c0408b1cb0936b07f5cab241103a59cfbf62a5 /example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h
parent177bf6b6ee038630d7a0e916f20377d0adb88025 (diff)
add the ability in the iOS demo to change the hostname
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h b/example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h
index 2c6cd2ef..2172b4d4 100644
--- a/example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h
+++ b/example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h
@@ -10,6 +10,7 @@
extern NSString * const UsernameKey;
extern NSString * const PasswordKey;
+extern NSString * const HostnameKey;
@protocol SettingsViewControllerDelegate;
@@ -17,6 +18,7 @@ extern NSString * const PasswordKey;
@property (weak, nonatomic) IBOutlet UITextField *emailTextField;
@property (weak, nonatomic) IBOutlet UITextField *passwordTextField;
+@property (weak, nonatomic) IBOutlet UITextField *hostnameTextField;
@property (nonatomic, weak) id<SettingsViewControllerDelegate> delegate;
- (IBAction)done:(id)sender;