ftp.nice.ch/pub/next/connectivity/news/NewsBase.3.02.s.tar.gz#/NewsBase302.source/NNTP/IZIntPair.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>

@interface IZIntPair:Object
{
    int		first;
    int		last;
}

- setFirst:(int)kfirst last:(int)klast;

- setFirst:(int)kfirst;
- (int)first;
- setLast:(int)klast;
- (int)last;

@end

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