ITrendHomeView.java 245 Bytes
Newer Older
konghaorui committed
1 2
package com.yidianling.dynamic.trendsHome;

YKai committed
3
import androidx.fragment.app.Fragment;
konghaorui committed
4 5 6 7 8 9 10 11 12

/**
 * Created by Jim on 2017/9/27 0027.
 */

public interface ITrendHomeView {
    void onFetchedDatas(Fragment[] fragments);
    void onFetchedDataFailed();
}