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