Skip to content

Commit 0681b41

Browse files
authored
Changed to Reference Bound type (#14)
1 parent dd262de commit 0681b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Networking/DataTranserService/NetworkDataTransferService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import Foundation
99

10-
public protocol NetworkDataTransferService {
10+
public protocol NetworkDataTransferService: AnyObject {
1111
typealias CompletionHandler<T> = (Result<T, NetworkDataTransferError>) -> Void
1212
typealias CompletionHandlerCollection<T> = (Result<ResponseData<T>, NetworkDataTransferError>) -> Void
1313
@available(macOS 10.15, *)

0 commit comments

Comments
 (0)