package com.google.android.datatransport.runtime;
/* loaded from: classes2.dex */
public interface Destination {
    byte[] getExtras();

    String getName();
}
