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