Added Deployment-Debug_PPC-Only build style to FriBidi. Fixes #9021
[adiumx.git] / Source / ESOTRPrivateKeyGenerationWindowController.h
blob0448749cd1fa07e8f6c4987a330fc03ae4e1220d
1 //
2 // ESOTRPrivateKeyGenerationWindowController.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 3/4/05.
6 // Copyright 2006 The Adium Team. All rights reserved.
7 //
9 #import <Adium/AIWindowController.h>
11 @interface ESOTRPrivateKeyGenerationWindowController : AIWindowController {
12 IBOutlet NSProgressIndicator *progressIndicator;
13 IBOutlet NSTextField *textField_message;
15 NSString *identifier;
18 + (void)startedGeneratingForIdentifier:(NSString *)identifier;
19 + (void)finishedGeneratingForIdentifier:(NSString *)identifier;
21 @end