First version

This commit is contained in:
2022-04-11 17:28:18 +03:00
committed by GitHub
parent e1336093e3
commit a846fb892a
18 changed files with 1595 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif