Initial Commit

This commit is contained in:
Jeena 2014-01-21 21:37:18 +01:00
commit ba9027c7ff
17 changed files with 1413 additions and 0 deletions

9
TextEd/TextEd-Prefix.pch Normal file
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