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