aboutsummaryrefslogtreecommitdiffstats
path: root/src/Document.h
blob: e54c71a964f9eb350774ec9f0829e4e59c4bcceb (plain)
1
2
3
4
5
6
7
#import <Cocoa/Cocoa.h>

@interface Document : NSDocument
{
	NSTextField *_label;
}
@end