mirror of
https://github.com/dsward2/macSVG.git
synced 2026-03-02 18:23:58 +01:00
15 lines
250 B
Objective-C
Executable File
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);
|
|
}
|