This commit is contained in:
2025-08-08 21:09:11 -04:00
parent 2f044c3d9c
commit 7bcc5d656c
38 changed files with 776 additions and 159 deletions

View File

@ -30,4 +30,8 @@ struct HapticFeedback {
WKInterfaceDevice.current().play(.notification)
}
}
static func longTap() {
WKInterfaceDevice.current().play(.start)
}
}