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

12 lines
182 B
Swift
Raw Permalink Normal View History

2018-08-09 15:01:49 +00:00
import Foundation
protocol NativeSoundCalls {
func playBackgroundSound()
func stopBackgroundSound()
func playGunshotSound()
func stopGunshotSound()
}