home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------------------------------
- //
- // 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
-