Trio_Watch_App.swift 203 B

12345678910
  1. import AppIntents
  2. struct Trio_Watch_App: AppIntent {
  3. static var title: LocalizedStringResource { "Trio Watch App" }
  4. func perform() async throws -> some IntentResult {
  5. .result()
  6. }
  7. }