package com.batoulapps.adhan2.internal enum class ShadowLength(val shadowLength: Double) { SINGLE(1.0), DOUBLE(2.0); }