游戏新闻界面,去除无用import

This commit is contained in:
huangzhuanghua
2016-08-29 18:05:39 +08:00
parent 5dfbfe6cf5
commit 2bd6c38bf6
29 changed files with 527 additions and 38 deletions

View File

@ -26,13 +26,10 @@ import com.gh.gamecenter.R;
import com.gh.gamecenter.entity.ApkEntity;
import com.gh.gamecenter.entity.DismissEntity;
import com.gh.gamecenter.entity.GameEntity;
import com.gh.gamecenter.entity.GameUpdateEntity;
import com.gh.gamecenter.eventbus.EBPutUrl;
import com.gh.gamecenter.eventbus.EBRedDot;
import com.gh.gamecenter.manager.DataCollectionManager;
import com.gh.gamecenter.manager.PackageManager;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;