summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/touchbar.m
blob: 3fa4f27aa133ba11878dd71b0ffd7c47e2b8623f (plain)
1
2
3
4
5
6
7
#import <AppKit/AppKit.h>

int main(int argc, char **argv)
{
    [[NSTouchBar alloc] init];
    return 0;
}