This is UHLineShape.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import "UHShape.h" @interface UHLineShape:UHShape #define UH_HORIZONTAL 0 #define UH_VERTICAL 1 #define UH_POSITIVESLOPE 2 #define UH_NEGATIVESLOPE 3 #define UH_VARIABLESLOPE 4 { float angle; } - setAngle:(float)value; - (float)angle; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.