package com.looklook.xinghongfei.looklook.presenter; /** * Created by xumaodun on 2016/12/1. */ public interface IMainPresenter extends BasePresenter{ void getBackground(); }