DefaultNetworkService deprecation
This commit is contained in:
parent
4988dd65d9
commit
468adfd5be
|
|
@ -25,6 +25,7 @@ import LeadKit
|
|||
import RxSwift
|
||||
|
||||
/// Default implementation of network service, which trust any server and use default timeout interval
|
||||
@available(*, deprecated, message: "Use ConfigurableNetworkService protocol from LeadKit.")
|
||||
open class DefaultNetworkService: NetworkService {
|
||||
|
||||
open class var retryLimit: UInt {
|
||||
|
|
|
|||
Loading…
Reference in New Issue