Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
7ed4b98a44e8af506991634482a41da77c1b7838
/
.
/
lib
/
cocoa
/
src
/
TProcessor.h
blob: 01b2a613a7fb43fe66392ae88af503b476cb64f9 [
file
] [
log
] [
blame
]
#import <Cocoa/Cocoa.h>
@protocol
TProcessor
<
NSObject
>
-
(
BOOL
)
processOnInputProtocol
:
(
id
<
TProtocol
>)
inProtocol
outputProtocol
:
(
id
<
TProtocol
>)
outProtocol
;
@end