package com.glu.plugins.gluanalytics.util; import android.content.Intent; /* loaded from: classes2.dex */ public interface Subscriber { void onReceive(EventBus eventBus, Intent intent); }