package com.community.pocket.util; import androidx.annotation.StringRes; import org.jetbrains.annotations.NotNull; /** * 自定义响应信息 */ public interface CustomMessage { @StringRes @NotNull Integer getMsg(); }