summaryrefslogtreecommitdiff
path: root/MLKListenerController.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKListenerController.h')
-rw-r--r--MLKListenerController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKListenerController.h b/MLKListenerController.h
index 079635d..3a1d725 100644
--- a/MLKListenerController.h
+++ b/MLKListenerController.h
@@ -20,8 +20,10 @@
@interface MLKListenerController : NSObject
{
+ IBOutlet id indicatorText;
IBOutlet id inputField;
IBOutlet id outputTextView;
+ IBOutlet id statusText;
}
- (IBAction)submit:(id)sender;
@end