home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------------------------------------
- //
- // MailComposerPalette
- //
- // Inherits From: IBPalette
- //
- // Declared In: MailComposerPalette.h
- //
- // 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 "MailComposerPalette.h"
-
-
- @implementation MailComposerPalette
-
- - finishInstantiate
- {
- // This method associates the object instance with some view that may be dragged in IB.
- // Note: Must use IBObjectPboardType for Object subclass palettes...
-
- [self associateObject: objectData type: IBObjectPboardType with: objectView];
- return self;
- }
-
-
- @end
-