summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLInterfaceProtocol.h
diff options
context:
space:
mode:
authorJoel Fischer <joel@livio.io>2015-04-23 14:34:16 -0400
committerJoel Fischer <joel@livio.io>2015-04-23 14:34:16 -0400
commite13cb34132f9d31fdc962b4fd58b97aa844a3740 (patch)
tree632c80fd7f5daa4b815a1b79743a8d0d8bcf174f /SmartDeviceLink-iOS/SmartDeviceLink/SDLInterfaceProtocol.h
parent735d5725555e868de37513bf07b8a17200a2777f (diff)
parent2241c69164e74e592dee3b92aa47581928d9ce88 (diff)
downloadsdl_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/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;