5 lines
71 B
Kotlin
Raw Normal View History

2023-09-12 22:31:52 -06:00
package com.isolaatti.common
interface Ownable {
val userId: Int
}