Guest User

Untitled

a guest
Dec 10th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. //
  2. // BasePresenter.swift
  3. // GT_PhotoAlbums
  4. //
  5. // Created by Leonid Nifantyev on 11/23/18.
  6. // Copyright © 2018 Leonid Nifantyev. All rights reserved.
  7. //
  8.  
  9. import Foundation
  10.  
  11.  
  12. protocol BasePresenter {
  13. func viewDidLoad()
  14. }
Add Comment
Please, Sign In to add comment