]> cgit.babelmonkeys.de Git - jubjub.git/blob - src/gui/common/JubUI.h
05cacc1046f42066211a24b6344e483761c84dbd
[jubjub.git] / src / gui / common / JubUI.h
1 #import <ObjXMPP/XMPPRoster.h>
2
3 @class JubChatClient;
4
5 @protocol JubUI
6 - initWithClient: (JubChatClient*)client;
7 - (void)startUIThread;
8 @end