package com.discord.widgets.chat.list; /* compiled from: FragmentLifecycleListener.kt */ public interface FragmentLifecycleListener { void onPause(); void onResume(); }