NetworkHelperType

public protocol NetworkHelperType

Defines what a network utility should provide.

Version

1.0.0

Date

20/11/22

Author

Adamas
  • If there is a network connection or not

    Declaration

    Swift

    var isNetworkAvailable: Bool { get }