Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
4bc4231040186d9e0c35ff4d8211ce7b7e43aab5
/
.
/
lib
/
cocoa
/
src
/
protocol
/
TProtocolUtil.h
blob: 638d0fad14ac01ac4fb1816b7b37bae6a198f08c [
file
] [
log
] [
blame
]
#import "TProtocol.h"
#import "TTransport.h"
@interface
TProtocolUtil
:
NSObject
{
}
+
(
void
)
skipType
:
(
int
)
type onProtocol
:
(
id
<
TProtocol
>)
protocol
;
@end
;