This is EPSView.m in view mode; [Download] [Up]
#import "EPSView.h"
@implementation EPSView
+ new
{
self = [super new];
return self;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.