2 // ESOTRPrivateKeyGenerationWindowController.h
5 // Created by Evan Schoenberg on 3/4/05.
6 // Copyright 2006 The Adium Team. All rights reserved.
9 #import <Adium/AIWindowController.h>
11 @interface ESOTRPrivateKeyGenerationWindowController
: AIWindowController
{
12 IBOutlet NSProgressIndicator
*progressIndicator
;
13 IBOutlet NSTextField
*textField_message
;
18 + (void)startedGeneratingForIdentifier
:(NSString
*)identifier
;
19 + (void)finishedGeneratingForIdentifier
:(NSString
*)identifier
;