package com.socks.jiandan.view.floorview; /** * 代表可评论 * Created by zhaokaiqiang on 15/4/28. */ public interface Commentable { int getCommentFloorNum(); String getCommentContent(); String getAuthorName(); }