ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Palettes/MiscShell/MiscShell.subproj/MiscAwakeAction.h

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

// Copyright (C) 1995 Steve Hayman
// Use is governed by the MiscKit license

#import <appkit/appkit.h>


@interface MiscAwakeAction:Object
{
    id _target;
    SEL action;
}

- target;
- setTarget:t;
- (SEL)action;
- setAction:(SEL)a;
@end

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