Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import Foundation
  2.  
  3. struct Credentials {
  4. let email: String
  5. let password: String
  6. }
  7.  
  8. struct User: Codable {
  9.  
  10. }
Add Comment
Please, Sign In to add comment