]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/common/JubUI.h
Add a minimal JubChatClient class and refactor other code to use it
[jubjub.git] / src / gui / common / JubUI.h
index 2ec2cf717cad1aade76c43cec3b2f6262cc14c0f..05cacc1046f42066211a24b6344e483761c84dbd 100644 (file)
@@ -1,6 +1,8 @@
 #import <ObjXMPP/XMPPRoster.h>
 
+@class JubChatClient;
+
 @protocol JubUI
+- initWithClient: (JubChatClient*)client;
 - (void)startUIThread;
-- (id<XMPPRosterDelegate, XMPPConnectionDelegate>)rosterDelegate;
 @end