ftp.nice.ch/Attic/openStep/games/AstroGC.2.0.m.NIS.tgz#/AstroGC/Source/SignsObject.h

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

#import <AppKit/AppKit.h>

@interface SignsObject : NSObject
{
    id TheSV;
    id TheWin;
}
- (void)Aquarius:(id)sender;
- (void)Aries:(id)sender;
- (void)Cancer:(id)sender;
- (void)Capricorn:(id)sender;
- (void)Chinese:(id)sender;
- (void)Compatibility:(id)sender;
- (void)Gemini:(id)sender;
- (void)Leo:(id)sender;
- (void)Libra:(id)sender;
- (void)Pisces:(id)sender;
- (void)PrintTheWin:(id)sender;
- (void)Sagittarius:(id)sender;
- (void)Scorpio:(id)sender;
- (void)Taurus:(id)sender;
- (void)Virgo:(id)sender;
- (void)LoadFile:(id)sender;
- (void)MoreInfo:(id)sender;
- (void)InfoPanel:(id)sender;
- (void)HelpAndIntro:(id)sender;
- (void)Planets:(id)sender;

@end

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