Archive Project
This commit is contained in:
13
Brainfuck/Document.h
Normal file → Executable file
13
Brainfuck/Document.h
Normal file → Executable file
@@ -8,6 +8,17 @@
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface Document : NSDocument
|
||||
#import "Printer.h"
|
||||
|
||||
@interface Document : NSDocument<NSWindowDelegate, NSSplitViewDelegate, NSTextStorageDelegate, NSTextViewDelegate, Printer>
|
||||
|
||||
@property (unsafe_unretained) IBOutlet NSTextView *editorView;
|
||||
@property (weak) IBOutlet NSTextField *inputView;
|
||||
@property (unsafe_unretained) IBOutlet NSTextView *outputView;
|
||||
|
||||
@property (copy) NSString *text;
|
||||
|
||||
- (IBAction)executeScript:(id)sender;
|
||||
- (void)updateColors;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user