X-Git-Url: http://cgit.babelmonkeys.de/?a=blobdiff_plain;f=src%2Fgui%2Fcommon%2FJubUI.h;h=f24bcac76e4a5b234c665f40a67cdf2ba92e65e3;hb=d4efe21c5972e934b33fd70d42a407124c8a746b;hp=05cacc1046f42066211a24b6344e483761c84dbd;hpb=0daa7a1cf98c6281dd7ba09baf0bf36cd1e154f7;p=jubjub.git diff --git a/src/gui/common/JubUI.h b/src/gui/common/JubUI.h index 05cacc1..f24bcac 100644 --- a/src/gui/common/JubUI.h +++ b/src/gui/common/JubUI.h @@ -1,8 +1,10 @@ -#import - @class JubChatClient; +@class XMPPPresence; @protocol JubUI - initWithClient: (JubChatClient*)client; - (void)startUIThread; +- (void)client: (JubChatClient*)client + didChangePresence: (XMPPPresence*)presence; +- (Class)chatUIClass; @end