AVAEMixerSample/AudioEngineViewController.h

/*
    Copyright (C) 2017 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    AudioEngineViewController hosts the AudioEngine UI as well as the UI for each individual node
     
                This controller is linked to a size-classes storyboard that supports both iPhone and iPad UI
*/
 
@import UIKit;
 
@interface AudioEngineViewController : UIViewController
 
@end