Advertisement
Guest User

Untitled

a guest
Sep 11th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. protocol AutoStub {}
  2. protocol OnboardingViewDelegate: AutoStub {
  3. func tappedLogin(username: String, password: String) -> Bool
  4. func tappedRegister(username: String, password: String)
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement