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

13
TextEd/Document.h Normal file
View file

@ -0,0 +1,13 @@
//
// Document.h
// TextEd
//
// Created by Jeena on 2014-01-21.
// Copyright (c) 2014 Jeena. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface Document : NSDocument
@end