package com.henninghall.date_picker.models;

public enum Variant {
    iosClone, nativeAndroid
}
