
commonMain.com.prof18.rssparser.internal.XmlParser.kt Maven / Gradle / Ivy
package com.prof18.rssparser.internal
import com.prof18.rssparser.model.RssChannel
internal interface XmlParser {
suspend fun parseXML(input: ParserInput): RssChannel
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy