/* All Rights reserved */

#include <AppKit/AppKit.h>

@interface MyController : NSObject
{
  id value;
}
- (void) buttonPressed: (id)sender;
@end


syntax highlighted by Code2HTML, v. 0.9.1