blob: 638d0fad14ac01ac4fb1816b7b37bae6a198f08c [file] [log] [blame]
Mark Slee7e9eea42007-09-10 21:00:23 +00001#import "TProtocol.h"
2#import "TTransport.h"
3
4@interface TProtocolUtil : NSObject {
5
6}
7
8+ (void) skipType: (int) type onProtocol: (id <TProtocol>) protocol;
9
10@end;