expose getUUID to obj-c
This commit is contained in:
parent
3abf053e4e
commit
645d304907
@ -141,7 +141,7 @@ public protocol MVMCoreJSONActionHandlerProtocol: MVMCoreActionHandlerProtocol {
|
||||
return (additionalData.dictionaryAdding(key: "Action-UUID", value: newUUID), newUUID)
|
||||
}
|
||||
|
||||
static public func getUUID(additionalData: [AnyHashable: Any]?) -> String? {
|
||||
@objc static public func getUUID(additionalData: [AnyHashable: Any]?) -> String? {
|
||||
return additionalData?.optionalStringForKey("Action-UUID")
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user