This is ItemList.h in view mode; [Download] [Up]
/* Copyright 1993 Jeremy Slade. You are free to use all or any parts of the Locus project however you wish, just give credit where credit is due. The author (Jeremy Slade) shall not be held responsible for any damages that result out of use or misuse of any part of this project. */ /* Project: Locus File: ItemList.h Description: ItemList is a subclass of List that is intended to hold ItemCells only. Its sole purpose (currently) is to distinguish a list of ItemCells from a Group, which is also a List subclass and also contains ItemCells. This isn't really necessary, but it makes things a little bit clearer. Original Author: Jeremy Slade Revision History: Created V.101 JGS Fri Mar 5 23:11:50 GMT-0700 1993 */ #ifndef ItemList_h #define ItemList_h #define ItemList_VERSION (101) #import <objc/List.h> @interface ItemList : List { } + initialize; @end #endif // ItemList_h
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.