Files
2016-09-15 10:13:52 -05:00

15 lines
250 B
Objective-C
Executable File

//
// main.m
// DynamicServer
//
// Created by Robbie Hanson on 11/20/10.
// Copyright 2010 Voalte. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **) argv);
}