repo.or.cz
/
cocotron.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10 from gunyarakun/fix-invalid-return
[cocotron.git]
/
AppKit
/
NSUserInterfaceValidation.h
blob
389d6ddf3a162073261afca99c8a46dfe1a82321
1
#import <Foundation/NSObject.h>
2
3
@protocol NSValidatedUserInterfaceItem
4
- (
int
)
tag
;
5
- (
SEL
)
action
;
6
@end