package androidx.activity.result; /* loaded from: classes.dex */ public interface ActivityResultCallback { void onActivityResult(O o); }