summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h
blob: b510aa42883a02f383912792024f057e75f2482c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//  SDLSmartDeviceLinkProtocolMessageDisassembler.h
//

@import Foundation;

@class SDLProtocolMessage;


@interface SDLProtocolMessageDisassembler : NSObject

+ (NSArray *)disassemble:(SDLProtocolMessage *)protocolMessage withLimit:(NSUInteger)mtu;

@end