mpv/waftools/fragments/touchbar.m

8 lines
108 B
Mathematica
Raw Normal View History

2017-02-25 20:56:59 +00:00
#import <AppKit/AppKit.h>
int main(int argc, char **argv)
{
[[NSTouchBar alloc] init];
return 0;
}