23 lines
516 B
Java
23 lines
516 B
Java
package o;
|
|
|
|
import java.util.Objects;
|
|
|
|
/* renamed from: o.fQf, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final class C13092fQf {
|
|
public final String toString() {
|
|
return "class ActionAnyContent {\n}";
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return Objects.hash(new Object[0]);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return obj != null && getClass() == obj.getClass();
|
|
}
|
|
}
|