mpv/waftools/fragments/touchbar.m

8 lines
108 B
Objective-C

#import <AppKit/AppKit.h>
int main(int argc, char **argv)
{
[[NSTouchBar alloc] init];
return 0;
}