1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:27:35 +00:00

MacPDF: Initial commit

This is mostly the output of the Xcode new app wizard.
This commit is contained in:
Nico Weber 2023-07-22 21:35:24 -04:00 committed by Andreas Kling
parent e79d4f3462
commit 2831654b00
7 changed files with 864 additions and 0 deletions

View file

@ -0,0 +1,12 @@
//
// AppDelegate.h
// SerenityPDF
//
// Created by Nico Weber on 7/22/23.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end