package com.img.rabbit.pages interface LoadingCallback { fun showLoading() fun hideLoading() }