ftp.nice.ch/pub/next/developer/objc/fromnext/MiniExamples.91.9.s.tar.gz#/MiniExamples/PerformanceTuning/VisibleView-01/SubViewFramer.h

This is SubViewFramer.h in view mode; [Download] [Up]

//
//	A View that Frames its Subview
//	Randy NelsonÐCopyright NeXT 1990
//	Not for release or reuse
//

#import <appkit/View.h>

@interface SubViewFramer:View
{
}

+ newFrame:(NXRect *)r;
- frameMe:sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.