DatePicker/GalleryViewController.h

/*
 Copyright (C) 2018 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 This sample's gallery view controller to display varying visual configurations on NSDatePicker.
 */
 
#import <Cocoa/Cocoa.h>
 
@interface GalleryViewController : NSViewController
 
@end