Archived
1

Fundamental Project Redesign:

Introducing the MathKit Framework
This commit is contained in:
Kim Wittenburg
2014-09-07 16:50:52 +02:00
parent 006651d8e5
commit 57cf6eb577
7 changed files with 506 additions and 90 deletions

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