package defpackage;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/* JADX INFO: loaded from: classes.dex */
public final class b68 {

    @m38
    @Retention(RetentionPolicy.SOURCE)
    public @interface a {
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof b68) {
            throw null;
        }
        return false;
    }

    public final int hashCode() {
        throw null;
    }

    public final String toString() {
        return vw2.ab("RoundedCornerCompat{position=", "TopLeft", ", radius=0, center=null}");
    }
}
