c9d335394d
#KT-13529 Fixed
9 lines
180 B
Kotlin
Vendored
9 lines
180 B
Kotlin
Vendored
package com.bignerdranch.beatbox.data
|
|
|
|
/**
|
|
* Created by Panel on 18.08.2016.
|
|
*/
|
|
object BeatBox {
|
|
private val TAG = "BeatBox"
|
|
private val SOUNDS_FOLDER = "sample_sounds"
|
|
} |