]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/cli/JubCLIChatUI.h
Add a zxcv-like CLI frontend
[jubjub.git] / src / gui / cli / JubCLIChatUI.h
diff --git a/src/gui/cli/JubCLIChatUI.h b/src/gui/cli/JubCLIChatUI.h
new file mode 100644 (file)
index 0000000..c0f8874
--- /dev/null
@@ -0,0 +1,11 @@
+#import <ObjFW/ObjFW.h>
+
+#import "JubChatUI.h"
+
+@interface JubCLIChatUI: OFObject <JubChatUI>
+{
+       jub_send_block_t _sendBlock;
+}
+
+- (void)send: (OFString*)text;
+@end