index
:
Base-Windowed-Application
master
A template for new minimal Mac OS Cocoa applications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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