// // IntentHandler.swift // GeminiIntents // // Created by Shadowfacts on 9/30/21. // import Intents class IntentHandler: INExtension { override func handler(for intent: INIntent) -> Any? { switch intent { // we also need to support extension-based handling because in-app handling isn't support