mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
8 lines
108 B
Objective-C
8 lines
108 B
Objective-C
#import <AppKit/AppKit.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
[[NSTouchBar alloc] init];
|
|
return 0;
|
|
}
|