Skip to content

Commit b3aa60b

Browse files
committed
Update comment for ConnectivityObserver
1 parent bbea09a commit b3aa60b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/Classes/Tools/Connectivity/ConnectivityObserver.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import Foundation
22

3+
/// Interface for the observing connectivity
4+
///
35
protocol ConnectivityObserver {
46
/// Starts the observer with a listener.
57
func startObserving(listener: @escaping (ConnectivityStatus) -> Void)

0 commit comments

Comments
 (0)