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