mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
15 lines
266 B
Objective-C
15 lines
266 B
Objective-C
//
|
|
// main.m
|
|
// SecureHTTPServer
|
|
//
|
|
// Created by Robbie Hanson on 5/19/09.
|
|
// Copyright Deusty Designs, LLC. 2009. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return NSApplicationMain(argc, (const char **) argv);
|
|
}
|