* Fixed the objectSpecifier of `AIStatusItem`s to be based on the unique ID rather...
[adiumx.git] / Source / AIMessageWindow.h
blobaf05cb67440d4f7418d9b11d43f23418b52fad3f
1 //
2 // AIMessageWindow.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 12/26/05.
6 //
8 #import <AIUtilities/AIDockingWindow.h>
10 @interface AIMessageWindow : AIDockingWindow {
11 NSArray *chats;
12 id rememberedScriptCommand;
15 @end