summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLIAPTransport.h
blob: ff082b9b36bd2512af341b11521dd130c79bf859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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