parent
a021959012
commit
45be91f33f
10 changed files with 97 additions and 254 deletions
|
@ -10,7 +10,7 @@
|
|||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
||||
@interface NewMessageWindow : NSDocument
|
||||
@interface NewMessageWindow : NSDocument <NSTextFieldDelegate>
|
||||
{
|
||||
IBOutlet NSTextField *textField;
|
||||
IBOutlet NSTextField *counter;
|
||||
|
|
Reference in a new issue