thrift/lib/cocoa/TProtocolUtil.h
Mark Slee 7e9eea4871 Adding Cocoa generator to Thrift
Summary: Thanks to Andrew McGeachie for doing this

Reviewed By: dreiss

Test Plan: No merge/build issues. Will solicit McGeachie for additions to test/cocoa in the future


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665254 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 21:00:23 +00:00

11 lines
164 B
Objective-C

#import "TProtocol.h"
#import "TTransport.h"
@interface TProtocolUtil : NSObject {
}
+ (void) skipType: (int) type onProtocol: (id <TProtocol>) protocol;
@end;