Skip to content

Commit a51ac25

Browse files
author
burak.uzunboy
committed
Module renaming
1 parent 215d142 commit a51ac25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/UsefulNetworkLayer/NetworkLayer/APIConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// THE SOFTWARE.
2222

2323
import Foundation
24-
import iOSCoreUsefulSDK
24+
import CoreUsefulSDK
2525

2626
/// Structure that keeps all information needed from Network Layer for operations.
2727
public struct APIConfiguration<T> where T: ResponseBodyParsable {

Sources/UsefulNetworkLayer/NetworkLayer/NetworkLayer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// THE SOFTWARE.
2222

2323
import Foundation
24-
import iOSCoreUsefulSDK
24+
import CoreUsefulSDK
2525

2626
/**
2727
Base Network Layer that capable to cache and manage the operation queue.

0 commit comments

Comments
 (0)