Files
2022-03-08 17:23:35 +02:00

3 lines
115 B
Kotlin

package com.tutpro.baresip
class ServiceEvent (val event: String, val params: ArrayList<Any>, val timeStamp: Long)