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