This is Controller.h in view mode; [Download] [Up]
#ifndef _CONTROLLER_H
#define _CONTROLLER_H
#import <objc/Object.h>
@class View;
@class Box;
@interface Controller:Object
{
Box *inspectorBox;
id viewOne;
id viewTwo;
View *cviewOne;
View *cviewTwo;
id resultText;
}
- appDidInit:sender;
- changeView:sender;
- buttonOne:sender;
- buttonTwo:sender;
@end
#endif /* _CONTROLLER_H */These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.