HotSearchDataManager.kt 295 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
package com.yidianling.consultant.http.hotsearch

/**
 * @author yuanwai
 * @描述:专家搜索页接口实现模型
 * @Copyright Copyright (c) 2018
 * @Company 壹点灵
 * @date 2018/12/11
 */
object HotSearchDataManager{
    fun getHttp(): IHotSearchHttp = HotSearchHttpImpl.getInstance()
}