AVAEMixerSample/CAAVAudioUnitView.h

/*
    Copyright (C) 2017 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    This subclass of UIView adds rounded corners to the view
*/
 
@import UIKit;
 
@interface CAAVAudioUnitView : UIView 
 
@end