Guest User

Untitled

a guest
May 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. protocol PostProvider {
  2.  
  3. func fetchPost(
  4. id: String,
  5. completionHandler: @escaping (Result<Post>) -> Void
  6. )
  7.  
  8. }
Add Comment
Please, Sign In to add comment