freerdp/client/Mac/cli/main.m

15 lines
193 B
Mathematica
Raw Permalink Normal View History

2023-05-09 21:29:50 +00:00
//
// main.m
// MacClient2
//
// Created by Benoît et Kathy on 2013-05-08.
//
//
#import <Cocoa/Cocoa.h>
int main(int argc, const char *argv[])
{
return NSApplicationMain(argc, argv);
}