package com.henninghall.date_picker.ui;

public enum SpinnerState {
    idle,
    spinning
}
