summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h')
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h3
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