DoggyView.swift

suggest change
import Foundation

protocol DoggyView: NSObjectProtocol {
    func startLoading()
    func finishLoading()
    func setDoggies(_ doggies: [DoggyViewData])
    func setEmpty()
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


MVP Architecture:
*DoggyView.swift

Table Of Contents
157MVVM
172MVP Architecture