mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-10-06 14:29:39 +00:00
6 lines
116 B
Kotlin
6 lines
116 B
Kotlin
package gay.pizza.pork.frontend
|
|
|
|
interface ImportSource {
|
|
fun provideContentSource(form: String): ContentSource
|
|
}
|