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