]> cgit.babelmonkeys.de Git - jubjub.git/blob - src/gui/cli/JubCLIChatUI.h
c0f88743f1f005a8cb9b3af5560ad67cdc3a67bc
[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