iOS/Sources/Extensions/Intents/IntentHandler.swift

9 lines
180 B
Swift

import Intents
import Shared
class IntentHandler: INExtension {
override func handler(for intent: INIntent) -> Any {
IntentHandlerFactory.handler(for: intent)
}
}