touch-bar-simulator/Touch Bar Simulator/Touch Bar Simulator-Bridging-Header.h
Sindre Sorhus 6ced65194b Init
2017-03-16 01:25:20 +07:00

5 lines
176 B
Objective-C

#import <Cocoa/Cocoa.h>
@interface IDETouchBarSimulatorHostWindowController: NSWindowController <NSWindowDelegate>
+ (NSWindowController *)simulatorHostWindowController;
@end