TopicDataManager.kt 273 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12
package com.yidianling.dynamic.topic.http

/**
 * @author yuanwai
 * @描述:话题功能接口实现模型
 * @Copyright Copyright (c) 2018
 * @Company 壹点灵
 * @date 2018/12/11
 */
object TopicDataManager{
    fun getHttp(): ITopicHttp = TopicHttpImpl.getInstance()
}