Initial Commit
This commit is contained in:
commit
ba9027c7ff
17 changed files with 1413 additions and 0 deletions
9
TextEd/TextEd-Prefix.pch
Normal file
9
TextEd/TextEd-Prefix.pch
Normal 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
|
Reference in a new issue