Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
77575e69bbb9a8bc4b7d392abec781150c4cb039
/
.
/
lib
/
cocoa
/
TProcessor.h
blob: 01b2a613a7fb43fe66392ae88af503b476cb64f9 [
file
] [
log
] [
blame
]
Mark Slee
77575e6
2007-09-24 19:24:53 +0000
[
diff
] [
blame^
]
1
#import <Cocoa/Cocoa.h>
2
3
4
@protocol
TProcessor
<
NSObject
>
5
6
-
(
BOOL
)
processOnInputProtocol
:
(
id
<
TProtocol
>)
inProtocol
7
outputProtocol
:
(
id
<
TProtocol
>)
outProtocol
;
8
9
@end