9 lines
85 B
Objective-C
9 lines
85 B
Objective-C
// Document.h
|
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
@interface Document : NSDocument {
|
|
}
|
|
|
|
@end
|