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:
parent
e79d4f3462
commit
2831654b00
7 changed files with 864 additions and 0 deletions
12
Meta/Lagom/Contrib/MacPDF/AppDelegate.h
Normal file
12
Meta/Lagom/Contrib/MacPDF/AppDelegate.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue