ITrendHomeView.java 246 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12
package com.yidianling.dynamic.trendsHome;

import android.support.v4.app.Fragment;

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

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