double-hit-balls/proj.ios/NativeSoundCalls.swift

12 lines
182 B
Swift

import Foundation
protocol NativeSoundCalls {
func playBackgroundSound()
func stopBackgroundSound()
func playGunshotSound()
func stopGunshotSound()
}