RefreshState.kt

package com.louisfn.somovie.ui.common.model

enum class RefreshState {
    ONGOING,
    SUCCEED,
    FAILED,
}