Guest User

Untitled

a guest
May 17th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public typealias UserId = String
  2.  
  3. public protocol PostLoginSuccessPlugin {
  4.  
  5. func successfulLogin(userId: UserId)
  6.  
  7. }
Add Comment
Please, Sign In to add comment