stefanrenne/SwiftErrorHandler

View on GitHub
Sources/SwiftErrorHandler/Generic/Protocol/ErrorHandlerView.swift

Summary

Maintainability
A
0 mins
Test Coverage
//
//  ErrorHandlerView.swift
//  ErrorHandler
//
//  Created by Stefan Renne on 19/07/2019.
//  Copyright © 2019 stefanrenne. All rights reserved.
//

import Foundation

public protocol ErrorHandlerView {
    func present(alert: AlertController)
}