Skip to content

Commit 3350304

Browse files
author
Burak Colak
committed
🎷 [UPDATE] UIKit Imports fixed.
1 parent f67a139 commit 3350304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/ACMNetworking/Library/MainCalls/ACMNetworking+Download.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by burak on 22.12.2023.
66
//
77

8-
import UIKit
8+
import Foundation
99

1010
public extension ACMNetworking {
1111
/// Main request function

Sources/ACMNetworking/Library/MainCalls/ACMNetworking+Request.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by burak on 22.12.2023.
66
//
77

8-
import UIKit
8+
import Foundation
99

1010
public extension ACMNetworking {
1111
/// Main request function

0 commit comments

Comments
 (0)