]> cgit.babelmonkeys.de Git - jubjub.git/blob - src/gui/cli/JubCLIChatUI.h
Add a zxcv-like CLI frontend
[jubjub.git] / src / gui / cli / JubCLIChatUI.h
1 #import <ObjFW/ObjFW.h>
2
3 #import "JubChatUI.h"
4
5 @interface JubCLIChatUI: OFObject <JubChatUI>
6 {
7         jub_send_block_t _sendBlock;
8 }
9
10 - (void)send: (OFString*)text;
11 @end