TableViewPlayground/main.m

/*
 Copyright (C) 2017 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 Main source code file for the project.
 */
 
@import Cocoa;
 
int main(int argc, char *argv[])
{
    return NSApplicationMain(argc,  (const char **) argv);
}