package c.i.a.c; import androidx.annotation.Nullable; import c.i.a.c.i2.f0; /* compiled from: MediaMetadata */ public final class w0 { @Nullable public final String a = null; public w0(String str, a aVar) { } public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } if (obj == null || w0.class != obj.getClass()) { return false; } return f0.a(this.a, ((w0) obj).a); } public int hashCode() { String str = this.a; if (str == null) { return 0; } return str.hashCode(); } }