2 // DCPurpleSIPEJoinChatViewController.h
5 // Created by Michael Lamb on 02/10/12.
6 // Copyright 2012 Michael Lamb. All rights reserved.
9 #import <Adium/DCJoinChatViewController.h>
10 #import <AIUtilities/AITextFieldWithDraggingDelegate.h>
13 @
class AICompletingTextField
;
15 @interface DCPurpleSIPEJoinChatViewController
: DCJoinChatViewController
<NSComboBoxDataSource
> {
17 IBOutlet NSComboBox
*combo_rooms
;
18 IBOutlet NSProgressIndicator
*progress_fetch
;
21 NSMutableDictionary
*room_dict
;
22 struct _PurpleRoomlist
*room_list
;