git-subtree-dir: apps/mobile git-subtree-mainline:86f8987dffgit-subtree-split:5fa30f365f
9 lines
187 B
Swift
9 lines
187 B
Swift
import UIKit
|
|
|
|
enum BeenVoiceIntentHelpers {
|
|
@MainActor
|
|
static func openDeepLink(_ url: URL) {
|
|
UIApplication.shared.open(url, options: [:], completionHandler: nil)
|
|
}
|
|
}
|