You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
340 B

package com.community.pocket.ui.main.ui.forum;
import android.view.View;
import com.community.pocket.R;
import org.xutils.view.annotation.ContentView;
/**
* 最新帖子
*/
@ContentView(R.layout.forum_new_fragment)
public class ForumNewFragment extends ForumPost {
@Override
int own() {
return View.VISIBLE;
}
}