]> cgit.babelmonkeys.de Git - jubjub.git/blob - src/gui/common/JubUI.h
f24bcac76e4a5b234c665f40a67cdf2ba92e65e3
[jubjub.git] / src / gui / common / JubUI.h
1 @class JubChatClient;
2 @class XMPPPresence;
3
4 @protocol JubUI
5 - initWithClient: (JubChatClient*)client;
6 - (void)startUIThread;
7 -      (void)client: (JubChatClient*)client
8   didChangePresence: (XMPPPresence*)presence;
9 - (Class)chatUIClass;
10 @end