mirror of
https://github.com/QuasarApp/macdependency.git
synced 2025-04-28 05:14:32 +00:00
15 lines
261 B
Objective-C
15 lines
261 B
Objective-C
//
|
|
// main.m
|
|
// MacDependency
|
|
//
|
|
// Created by Konrad Windszus on 19.06.09.
|
|
// Copyright Konrad Windszus 2009 . All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return NSApplicationMain(argc, (const char **) argv);
|
|
}
|