ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/examples/NXBundle/LoadMe.bproj/LoadMe.m

This is LoadMe.m in view mode; [Download] [Up]

#import <stdio.h>
#import "LoadMe.h"

@implementation LoadMe 

- init
{
    [super init];
    var = 10;
    return self;
}

- afterLoad
{
    printf("%s's instance variable is %i\n", [self name], var);
    return self;
}

@end

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