ObjectPath/main.m
// |
// main.m |
// ObjectPath |
// |
// Created by mmalc Crawford on 17/01/2013. |
// Copyright (c) 2013 Apple Inc. All rights reserved. |
// |
#import <Cocoa/Cocoa.h> |
int main(int argc, char *argv[]) |
{ |
return NSApplicationMain(argc, (const char **)argv); |
} |
© 2013 Apple Inc. All Rights Reserved. (Last updated: 2013-01-31)