home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------------------------------------
- //
- // MailComposerPalette
- //
- // Inherits From: IBPalette
- //
- // Declared In: MailComposerPalette.h
- //
- // Class Description
- //
- // This class owns and manages MailComposerPalette.nib.
- //
- // 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 <apps/InterfaceBuilder.h>
-
- @interface MailComposerPalette: IBPalette
- {
- id objectData;
- id objectView;
- }
-
- - finishInstantiate;
-
- @end
-