]> cgit.babelmonkeys.de Git - jubjub.git/blob - src/gui/common/JubUI.h
2ec2cf717cad1aade76c43cec3b2f6262cc14c0f
[jubjub.git] / src / gui / common / JubUI.h
1 #import <ObjXMPP/XMPPRoster.h>
2
3 @protocol JubUI
4 - (void)startUIThread;
5 - (id<XMPPRosterDelegate, XMPPConnectionDelegate>)rosterDelegate;
6 @end