summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLIAPTransport.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLIAPTransport.h')
-rw-r--r--SmartDeviceLink/SDLIAPTransport.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLIAPTransport.h b/SmartDeviceLink/SDLIAPTransport.h
new file mode 100644
index 000000000..ff082b9b3
--- /dev/null
+++ b/SmartDeviceLink/SDLIAPTransport.h
@@ -0,0 +1,15 @@
+// SDLIAPTransport.h
+//
+
+#import <ExternalAccessory/ExternalAccessory.h>
+
+#import "SDLAbstractTransport.h"
+#import "SDLIAPSessionDelegate.h"
+
+
+@interface SDLIAPTransport : SDLAbstractTransport <SDLIAPSessionDelegate>
+
+@property (strong, atomic) SDLIAPSession *controlSession;
+@property (strong, atomic) SDLIAPSession *session;
+
+@end