summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLInterfaceProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLInterfaceProtocol.h')
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLInterfaceProtocol.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLInterfaceProtocol.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLInterfaceProtocol.h
index cfd4c05c2..8d7962f5d 100644
--- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLInterfaceProtocol.h
+++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLInterfaceProtocol.h
@@ -1,15 +1,15 @@
// SDLProtocol.h
//
-
-
#import "SDLProtocolListener.h"
-#import "SDLProtocolMessage.h"
-#import "SDLRPCRequest.h"
#import "SDLTransport.h"
#import "SDLTransportDelegate.h"
-@protocol SDLInterfaceProtocol<SDLTransportDelegate>
+@class SDLProtocolMessage;
+@class SDLRPCRequest;
+
+
+@protocol SDLInterfaceProtocol <SDLTransportDelegate>
@property (weak) id<SDLProtocolListener> protocolDelegate;
@property (strong) id<SDLTransport> transport;