mirror of
https://github.com/sindresorhus/touch-bar-simulator
synced 2024-12-13 14:02:27 +00:00
5 lines
176 B
Objective-C
5 lines
176 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface IDETouchBarSimulatorHostWindowController: NSWindowController <NSWindowDelegate>
|
|
+ (NSWindowController *)simulatorHostWindowController;
|
|
@end
|