summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLScreenManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLScreenManager.h')
-rw-r--r--SmartDeviceLink/SDLScreenManager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLScreenManager.h b/SmartDeviceLink/SDLScreenManager.h
index 716a0eae9..70d57ccf4 100644
--- a/SmartDeviceLink/SDLScreenManager.h
+++ b/SmartDeviceLink/SDLScreenManager.h
@@ -13,6 +13,8 @@
@class SDLArtwork;
@class SDLFileManager;
+@class SDLMenuCell;
+@class SDLVoiceCommand;
@class SDLSoftButtonObject;
@protocol SDLConnectionManagerType;
@@ -44,6 +46,9 @@ typedef void(^SDLScreenManagerUpdateCompletionHandler)(NSError *__nullable error
@property (copy, nonatomic) NSArray<SDLSoftButtonObject *> *softButtonObjects;
+@property (copy, nonatomic) NSArray<SDLMenuCell *> *menu;
+@property (copy, nonatomic) NSArray<SDLVoiceCommand *> *voiceCommands;
+
- (instancetype)initWithConnectionManager:(id<SDLConnectionManagerType>)connectionManager fileManager:(SDLFileManager *)fileManager;
/**