home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
- // Created By James T. Romano July 22, 1992
- // Member of the Dynamic Duo of NeXT Computers!
- //
- //
- // Read it and Weep!
-
- #import "myBrowser.h"
- #import "myBrowserCell.h"
-
- @implementation myBrowser
-
- - initFrame:(const NXRect *)frameRect
- {
- [super initFrame:frameRect];
- [self setCellClass:[myBrowserCell class]];
- return self;
- }
-
- @end
-