Type Definitions
The following type definitions are available globally.
-
A completion block to be called after a system sound has finished playing.
Declaration
Objective-C
typedef void (^JSQSystemSoundPlayerCompletionBlock)(void)
Swift
typealias JSQSystemSoundPlayerCompletionBlock = () -> Void