package com.kofax.mobile.sdk._internal.camera; import android.graphics.Rect; /* loaded from: classes3.dex */ public class a { private final Rect tb; private final int tc; public a(Rect rect, int i) { this.tb = rect; this.tc = i; } public int getWeight() { return this.tc; } public Rect getRect() { return this.tb; } }