summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnTBTClientState.h
blob: 8dec001cab20dcbee36bf72b59bb118251aede60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//  SDLOnTBTClientState.h
//

#import "SDLRPCNotification.h"

@class SDLTBTState;


@interface SDLOnTBTClientState : SDLRPCNotification {
}

- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;

@property (strong) SDLTBTState *state;

@end