/* ClickField */ #import #import "SoundController.h" @interface ClickField : NSTextField { IBOutlet SoundController *soundController; } @end