Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
package com.google.android.gms.common.images;
|
||||
|
||||
import android.net.Uri;
|
||||
import com.google.android.gms.common.internal.Objects;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
final class zad {
|
||||
public final Uri zaa;
|
||||
|
||||
public zad(Uri uri) {
|
||||
this.zaa = uri;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (obj instanceof zad) {
|
||||
return Objects.equal(((zad) obj).zaa, this.zaa);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
return Objects.hashCode(this.zaa);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user