package org.qinshuihepan.bbs.model; /** * Created by liurongchan on 14-4-23. */ public interface ListItem { /** * this interface is used to display posts in listview */ }