private PicUrls getPicture(int index) { return mBean.getList().get(index).getPhoto(); }
private StatusContent getStatus(int index) { return mBean.getList().get(index).getStatus(); }
private int size() { return mBean.getList().size(); }