summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPresetBankCapabilities.h
blob: a737616be4a4a19241656d87ed69d2320f2f4cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//  SDLPresetBankCapabilities.h
//


#import "SDLRPCMessage.h"

NS_ASSUME_NONNULL_BEGIN

/**
 * Contains information about on-screen preset capabilities.
 *
 * @since SDL 2.0
 */
@interface SDLPresetBankCapabilities : SDLRPCStruct

/**
 * If Onscreen custom presets are available.
 *
 * Required, Boolean
 */
@property (strong, nonatomic) NSNumber<SDLBool> *onScreenPresetsAvailable;

@end

NS_ASSUME_NONNULL_END