This is EMErrorObserver.h in view mode; [Download] [Up]
#import <objc/Object.h> #import "dispatcher.h" @interface EMErrorObserver:Object <EMErrorDispatcher> { id observer; SEL selector; BOOL wantsInfoObject; } - initWith:anObj andSelector:(SEL)aSel; - free; - setObserver:anObj andSelector:(SEL)aSel; - observer; - (SEL)selector; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.