package com.ironsource; /* loaded from: classes2.dex */ public interface cu { void onVideoEnded(); void onVideoPaused(); void onVideoResumed(); void onVideoStarted(); void onVideoStopped(); }