Added Deployment-Debug_PPC-Only build style to FriBidi. Fixes #9021
[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