home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula
/
nebula.bin
/
SourceCode
/
RemoteMailCompose
/
RemoteComposeController.h
< prev
next >
Wrap
Text File
|
1992-10-27
|
811b
|
32 lines
//----------------------------------------------------------------------------------------------------
//
// RemoteComposeController
//
// Inherits From: Object
//
// Declared In: RemoteComposeController.h
//
// Class Description
//
// A 'how to' example of remotely opening and managing
// 'Compose' windows in Mail.app using the custom Speaker
// subclass MailSpeaker.
//
// Disclaimer
//
// You may freely copy, distribute and reuse this software and its
// associated documentation. I disclaim any warranty of any kind,
// expressed or implied, as to its fitness for any particular use.
//
//----------------------------------------------------------------------------------------------------
#import <appkit/appkit.h>
@interface RemoteComposeController : Object
{
}
- suggestion: sender;
@end