touch-bar-simulator/Touch Bar Simulator/Touch Bar Simulator-Bridging-Header.h

6 lines
176 B
C
Raw Normal View History

2017-03-15 18:25:20 +00:00
#import <Cocoa/Cocoa.h>
@interface IDETouchBarSimulatorHostWindowController: NSWindowController <NSWindowDelegate>
+ (NSWindowController *)simulatorHostWindowController;
@end