zashi-ios-wallet-private/secant/Dependencies/AudioServices/AudioServicesLiveKey.swift

16 lines
343 B
Swift

//
// AudioServicesLiveKey.swift
// secant-testnet
//
// Created by Lukáš Korba on 11.11.2022.
//
import AVFoundation
import ComposableArchitecture
extension AudioServicesClient: DependencyKey {
static let liveValue = Self(
systemSoundVibrate: { AudioServicesPlaySystemSound(SystemSoundID(kSystemSoundID_Vibrate)) }
)
}