FreeRDP/client/Mac/cli/main.m

15 lines
193 B
Mathematica
Raw Normal View History

//
// main.m
// MacClient2
//
// Created by Benoît et Kathy on 2013-05-08.
//
//
#import <Cocoa/Cocoa.h>
2020-10-20 10:08:37 +03:00
int main(int argc, const char *argv[])
{
2018-11-29 18:29:07 +03:00
return NSApplicationMain(argc, argv);
}