Scene Kit Session WWDC 2014/main.m

/*
 Copyright (C) 2014-2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 The standard main file.
 */
 
#import <Cocoa/Cocoa.h>
 
int main(int argc, const char * argv[])
{
    return NSApplicationMain(argc, argv);
}