home *** CD-ROM | disk | FTP | other *** search
- #import "PAStringListPalette.h"
-
- @implementation PAStringListPalette
-
- - finishInstantiate
- {
- [self associateObject:stringList type:IBObjectPboardType
- to:stringListView];
- [self associateObject:filenameList type:IBObjectPboardType
- to:filenameListView];
- return self;
- }
-
- @end
-