diff options
author | Joel Fischer <joel@livio.io> | 2015-04-23 14:34:16 -0400 |
---|---|---|
committer | Joel Fischer <joel@livio.io> | 2015-04-23 14:34:16 -0400 |
commit | e13cb34132f9d31fdc962b4fd58b97aa844a3740 (patch) | |
tree | 632c80fd7f5daa4b815a1b79743a8d0d8bcf174f /SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h | |
parent | 735d5725555e868de37513bf07b8a17200a2777f (diff) | |
parent | 2241c69164e74e592dee3b92aa47581928d9ce88 (diff) | |
download | sdl_ios-feature/enable_warnings.tar.gz |
Merge branch 'develop' into feature/enable_warningsfeature/enable_warnings
Conflicts:
SmartDeviceLink-iOS/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h')
-rw-r--r-- | SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h index 853eaffbf..b510aa428 100644 --- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h +++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h @@ -1,9 +1,10 @@ // SDLSmartDeviceLinkProtocolMessageDisassembler.h // +@import Foundation; +@class SDLProtocolMessage; -#import "SDLProtocolMessage.h" @interface SDLProtocolMessageDisassembler : NSObject |