package com.ratebeer.android.gui.wheel; import android.content.Context; import android.util.AttributeSet; public class IntegerWheelView extends WheelView<Integer> { public IntegerWheelView(Context context, AttributeSet attrs) { super(context, attrs); } }