Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
fe6d1488eb5196764c7fa41190dd5f2e1fac0e3f
/
.
/
lib
/
cocoa
/
src
/
protocol
/
TProtocolFactory.h
blob: 06d62c8f802eec63db414f47345099987c961c47 [
file
] [
log
] [
blame
]
#import <Cocoa/Cocoa.h>
#import "TProtocol.h"
#import "TTransport.h"
@protocol
TProtocolFactory
<
NSObject
>
-
(
id
<
TProtocol
>)
newProtocolOnTransport
:
(
id
<
TTransport
>)
transport
;
@end