Added `-[NSArray validateAsPropertyList]` and `-[NSDictionary validateAsPropertyList...
[adiumx.git] / Source / AILogFileUpgradeWindowController.h
blob48cf01c6fd4ad353bb56854cf11d07c90d76fc7f
1 //
2 // AILogFileUpgradeWindowController.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 6/22/06.
6 //
8 #import <Adium/AIWindowController.h>
10 @interface AILogFileUpgradeWindowController : AIWindowController {
11 IBOutlet NSTextField *label_upgrading;
12 IBOutlet NSProgressIndicator *progressIndicator;
15 - (void)setProgress:(double)progress;
17 @end