what-the-bank/sources/com/google/firebase/crashlytics/internal/settings/model/FeaturesSettingsData.java

11 lines
262 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.firebase.crashlytics.internal.settings.model;
/* loaded from: classes2.dex */
public class FeaturesSettingsData {
public final boolean collectReports;
public FeaturesSettingsData(boolean z) {
this.collectReports = z;
}
}