14 lines
201 B
Objective-C
14 lines
201 B
Objective-C
//
|
|
// Document.h
|
|
// Brainfuck
|
|
//
|
|
// Created by Kim Wittenburg on 20.05.13.
|
|
// Copyright (c) 2013 brainfuck. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface Document : NSDocument
|
|
|
|
@end
|