ImageBrowserAppearance/ImageBrowserController.h

/*
 Copyright (C) 2018 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 Main controller class for this application.
 */
 
@import Cocoa;
 
@interface ImageBrowserController : NSViewController
 
@end