{ IBClasses = ( { ACTIONS = { correctButtonPressed = id; displayCurrentCard = id; flipButtonPressed = id; wrongButtonPressed = id; }; CLASS = CardQuizController; LANGUAGE = ObjC; OUTLETS = {correctButton = id; flipButton = id; wrongButton = id; }; SUPERCLASS = QuizController; }, {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { ACTIONS = { beginQuiz = id; clockTick = id; correctAnswer = id; displayCorrectMessage = id; displayCurrentCard = id; displayFinishedMessage = id; displayResults = id; displayWrongMessage = id; drawNextCard = id; wrongAnswer = id; }; CLASS = QuizController; LANGUAGE = ObjC; OUTLETS = {cardDisplay = id; clockText = id; progress = id; }; SUPERCLASS = NSWindowController; } ); IBVersion = 1; }