This is TSTextViewShelfItem.m in view mode; [Download] [Up]
/* TSTextViewShelfItem.m created by tsengel on Fri 15-Aug-1997 */ #import "TSTextViewShelfItem.h" @implementation TSTextViewShelfItem - (id)init { self = [super init]; if( !self) return nil; // <<HACK>> evil... [NSBundle loadNibNamed:@"TextViewShelf" owner:self]; return self; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.