From a5888b48d97325998cbb8eb2161d9e905fa98449 Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Fri, 15 Nov 2019 10:11:15 -0500 Subject: Update version to v6.4.1 --- docs/Classes/SDLVoiceCommand.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/Classes/SDLVoiceCommand.html') diff --git a/docs/Classes/SDLVoiceCommand.html b/docs/Classes/SDLVoiceCommand.html index cf24e8d34..f552e590d 100644 --- a/docs/Classes/SDLVoiceCommand.html +++ b/docs/Classes/SDLVoiceCommand.html @@ -43,11 +43,11 @@

Objective-C

@property (readonly, copy, nonatomic, nullable)
-    SDLVoiceCommandSelectionHandler handler;
+ SDLVoiceCommandSelectionHandler handler;

Swift

-
var handler: SDLVoiceCommandSelectionHandler? { get }
+
var handler: SDLVoiceCommandSelectionHandler? { get }
@@ -61,11 +61,11 @@

Objective-C

-
- (instancetype)initWithVoiceCommands:(NSArray<NSString *> *)voiceCommands handler:(SDLVoiceCommandSelectionHandler)handler;
+
- (instancetype)initWithVoiceCommands:(NSArray<NSString *> *)voiceCommands handler:(SDLVoiceCommandSelectionHandler)handler;

Swift

-
init(voiceCommands: [String], handler: @escaping SDLVoiceCommandSelectionHandler)
+
init(voiceCommands: [String], handler: @escaping SDLVoiceCommandSelectionHandler)
-- cgit v1.2.1