This is FooObject.h in view mode; [Download] [Up]
/*
* You may freely copy, distribute, and reuse the code in this example.
* NeXT disclaims any warranty of any kind, expressed or implied, as to its
* fitness for any particular use.
*/
#import <objc/Object.h>
#import "VISCA.h"
@interface FooObject:Object
{
int tag;
struct ct_hmsf startFrame,
endFrame;
char comment[128];
}
- init;
- free;
- (int) tag;
- (struct ct_hmsf *) startFrame;
- (struct ct_hmsf *) endFrame;
- (char *) comment;
- setStartFrame: (struct ct_hmsf *) a;
- setEndFrame: (struct ct_hmsf *) a;
- setComment: (const char *) s;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.