summaryrefslogtreecommitdiff
path: root/Example Apps/Example ObjC/RemoteControlManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Example Apps/Example ObjC/RemoteControlManager.h')
-rw-r--r--Example Apps/Example ObjC/RemoteControlManager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Example Apps/Example ObjC/RemoteControlManager.h b/Example Apps/Example ObjC/RemoteControlManager.h
index 6b6d6af50..382b19bcd 100644
--- a/Example Apps/Example ObjC/RemoteControlManager.h
+++ b/Example Apps/Example ObjC/RemoteControlManager.h
@@ -9,6 +9,7 @@
#import <Foundation/Foundation.h>
@class SDLManager;
+@class SDLSoftButtonObject;
NS_ASSUME_NONNULL_BEGIN
@@ -17,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (copy, nonatomic, readonly) NSString *climateDataString;
- (instancetype)init NS_UNAVAILABLE;
-- (instancetype)initWithManager:(SDLManager *)manager;
+- (instancetype)initWithManager:(SDLManager *)manager andButtons:(NSArray<SDLSoftButtonObject *> *)buttons;
- (void)start;
- (void)showClimateControl;