initial commit
This commit is contained in:
parent
ba9027c7ff
commit
c8dd3d393b
7 changed files with 79 additions and 52 deletions
|
@ -8,6 +8,11 @@
|
|||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface Document : NSDocument
|
||||
@interface Document : NSDocument {
|
||||
NSAttributedString *stringModel;
|
||||
}
|
||||
|
||||
@property (unsafe_unretained) IBOutlet NSTextView *textView;
|
||||
@property (nonatomic, readwrite) NSAttributedString *stringModel;
|
||||
|
||||
@end
|
||||
|
|
Reference in a new issue