l10n: sync translations with transifex.net (pt)
[siplcs.git] / src / adium / DCPurpleSIPEJoinChatViewController.h
blob3e91c7f30da6170d723d27e1b288c8f588b1ca41
1 //
2 // DCPurpleSIPEJoinChatViewController.h
3 // SIPEAdiumPlugin
4 //
5 // Created by Michael Lamb on 02/10/12.
6 // Copyright 2012 Michael Lamb. All rights reserved.
7 //
9 #import <Adium/DCJoinChatViewController.h>
10 #import <AIUtilities/AITextFieldWithDraggingDelegate.h>
13 @class AICompletingTextField;
15 @interface DCPurpleSIPEJoinChatViewController : DCJoinChatViewController {
17 IBOutlet NSTextField *textField_URI;
20 @end