package com.bytedance.sdk.component.ro.fm;

/* JADX INFO: loaded from: classes.dex */
public final class fm {
    public final boolean fm;

    /* JADX INFO: renamed from: com.bytedance.sdk.component.ro.fm.fm$fm, reason: collision with other inner class name */
    public static final class C0038fm {
        boolean fm;

        public C0038fm fm() {
            this.fm = true;
            return this;
        }

        public fm ro() {
            return new fm(this);
        }
    }

    public fm(C0038fm c0038fm) {
        this.fm = c0038fm.fm;
    }
}
