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