AccessibilityUIExamples/Slider/CustomSliderViewController.swift

/*
See LICENSE folder for this sample’s licensing information.
 
Abstract:
View controller demonstrating an accessible, custom NSView subclass that behaves like a slider.
*/
 
import Cocoa
 
class CustomSliderViewController: NSViewController {
    
}