package com.journeyapps.barcodescanner;

import android.content.Context;
import android.util.AttributeSet;

/* JADX INFO: loaded from: classes.dex */
public class CompoundBarcodeView extends DecoratedBarcodeView {
    public CompoundBarcodeView(Context context) {
        super(context);
    }

    public CompoundBarcodeView(Context context, AttributeSet attributeSet) {
        super(context, attributeSet);
    }

    public CompoundBarcodeView(Context context, AttributeSet attributeSet, int i10) {
        super(context, attributeSet, i10);
    }
}
