DefaultNetworkService deprecation

This commit is contained in:
Ivan Smolin 2018-03-27 11:33:19 +03:00
parent 4988dd65d9
commit 468adfd5be
1 changed files with 1 additions and 0 deletions

View File

@ -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 {