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 ef54d19..ce206ac 100644
--- a/MLKListenerController.h
+++ b/MLKListenerController.h
@@ -36,5 +36,7 @@
- (void)writeChar:(unichar)ch;
- (void)writeString:(NSString *)string;
+- (void)evalObject:(id)object;
+
- (IBAction)submit:(id)sender;
@end