TrioWatchApp.swift 201 B

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