interface Callback<T>
Callback VenueNext
Created on 1/23/19. Copyright © 2019 VenueNext Inc. All rights reserved.
abstract fun onComplete(result: T): Unit
abstract fun onException(e: Exception?): Unit