Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
2e7801d7c0b7b881067f4f84c664f22e64a988fa
/
.
/
lib
/
cocoa
/
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