summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnTBTClientState.h
blob: 29d8a50a60535075f816b51f9d7e6fdac24afc50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//  SDLOnTBTClientState.h
//

#import "SDLRPCNotification.h"

#import "SDLTBTState.h"

@interface SDLOnTBTClientState : SDLRPCNotification

@property (strong) SDLTBTState state;

@end