1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 16:27:43 +00:00
serenity/Meta/Lagom/Contrib/MacPDF/main.mm

12 lines
218 B
Text

/*
* Copyright (c) 2023, Nico Weber <thakis@chromium.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#import <Cocoa/Cocoa.h>
int main(int argc, char const* argv[])
{
return NSApplicationMain(argc, argv);
}