This is myBrowser.m in view mode; [Download] [Up]
/* 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
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.