Skip to content

Instantly share code, notes, and snippets.

View Vietdz123's full-sized avatar

Trịnh Tiến Việt Vietdz123

View GitHub Profile
struct SoundMakerIntent: AudioPlaybackIntent {
static var title: LocalizedStringResource = "Play a sound"
static var description: IntentDescription = IntentDescription("Plays a widget sound")
@Parameter(title: "Sound")
var sound: WidgetSound
init() {}
init(sound: WidgetSound) {