CocoaSpeechSynthesisExample/SpeakingTextWindow.h

/*
 Copyright (C) 2015 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 The main window hosting all the apps speech features.
 */
 
@import Cocoa;
 
@interface SpeakingTextWindow : NSDocument
 
@end