9 lines
192 B
Kotlin
Vendored
9 lines
192 B
Kotlin
Vendored
package com.bignerdranch.beatbox.data
|
|
|
|
/**
|
|
* Created by Panel on 18.08.2016.
|
|
*/
|
|
object BeatBox {
|
|
private const val TAG = "BeatBox"
|
|
private const val SOUNDS_FOLDER = "sample_sounds"
|
|
} |