2023-09-12 22:31:52 -06:00

5 lines
71 B
Kotlin

package com.isolaatti.common
interface Ownable {
val userId: Int
}