main.com.sceyt.chatuikit.presentation.components.channel_info.ChannelInfoStyleProvider.kt Maven / Gradle / Ivy
package com.sceyt.chatuikit.presentation.components.channel_info
import com.sceyt.chatuikit.styles.channel_info.ChannelInfoStyle
interface ChannelInfoStyleProvider {
fun provideStyle(): ChannelInfoStyle
}