PopoverViewController.h

/*
 Copyright (C) 2015 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 NSViewController subclass for managing the NSPopover's user interface.
 */
 
@import Cocoa;
 
@interface PopoverViewController : NSViewController
 
@end