package com.gh.common.avoidcallback import android.content.Intent interface Callback { fun onActivityResult(resultCode: Int, data: Intent?) }