ftp.nice.ch/pub/next/connectivity/protocol/PPPMeter.v1.5.NIHS.bs.tar.gz#/PPPMeter.v1.5/Source/Boolean.h

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

#import <objc/Object.h>

@protocol BooleanProtocol

- (void) setBoolState: (BOOL) aValue;
- (BOOL) boolState;

@end


@interface Boolean : Object <BooleanProtocol>
{
   BOOL boolState;
   id delegate;
}

- init;

- setDelegate: anObject;
- delegate;

@end

@interface Boolean (BooleanDelegate)

- (void) boolStateSetTo: (BOOL) aValue;

@end

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