package org.cnodejs.android.md.presenter.contract; import android.support.annotation.NonNull; public interface ITopicPresenter { void getTopicAsyncTask(@NonNull String topicId); }