Skip to content

Instantly share code, notes, and snippets.

@bharathreddys77
Created May 23, 2021 07:02
Show Gist options
  • Save bharathreddys77/426f9210d06e11c673bdcc48e1434861 to your computer and use it in GitHub Desktop.
Save bharathreddys77/426f9210d06e11c673bdcc48e1434861 to your computer and use it in GitHub Desktop.
protocol NetworkingController {
func verifyUserLogin(_ req: Loginrequest, completion: @escaping (LoginResponse?, NetworkError?) -> Void)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment