so my interface class that defines all the API end...
# android
n
so my interface class that defines all the API endpoints would return my custom call class instead, and when calling enqeue(callback) on my custom call, internally it would create a new retrofit callback, in the onResponse of which, it would call the appropriate function on the callback?