Archived
1
This repository has been archived on 2022-08-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mathpad/MathKit/MathKit-Prefix.pch
Kim Wittenburg 57cf6eb577 Fundamental Project Redesign:
Introducing the MathKit Framework
2014-09-07 16:50:52 +02:00

10 lines
172 B
Plaintext

//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif