ably-cocoa/Source/ARTMsgPackEncoder.h

8 lines
147 B
Objective-C

#import <Foundation/Foundation.h>
#import <Ably/ARTJsonLikeEncoder.h>
@interface ARTMsgPackEncoder : NSObject <ARTJsonLikeEncoderDelegate>
@end