package com.example.studyapp.update
interface ChangeCallBack {
fun changeSuccess()
fun changeFailed()
}