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);
}

Did this document help you? Yes It's good, but... Not helpful...