projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[WDMAUD]
[reactos.git]
/
rosapps
/
nukecamp
/
NSView.h
1
#import <Cocoa/Cocoa.h>
2
3
@interface NSView
:
NSResponder
{
4
IBOutlet NSView
*
nextKeyView
;
5
}
6
- (
IBAction
)
fax
:(
id
)
sender
;
7
- (
IBAction
)
print
:(
id
)
sender
;
8
@end