AccessibilityUIExamples/Application/MasterView.swift

/*
See LICENSE folder for this sample’s licensing information.
 
Abstract:
Encompassing view that holds the master view controller's content.
*/
 
import Cocoa
 
class MasterView: NSView {
    
}