]> cgit.babelmonkeys.de Git - jubjub.git/blob - src/gui/gtk/JubGtkUI.h
Initial commit
[jubjub.git] / src / gui / gtk / JubGtkUI.h
1 #import <ObjFW/ObjFW.h>
2 #include <gtk/gtk.h>
3
4 #import "JubUI.h"
5
6 @interface JubGtkUI: OFObject <JubUI, XMPPRosterDelegate>
7 {
8         GtkTreeStore *roster_model;
9         OFMapTable *groupMap;
10         OFMutableDictionary *contactMap;
11 }
12 @end