Skip to content

Commit a002338

Browse files
committed
[Style] Add 전처리문
1 parent fc4390c commit a002338

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Sources/SHFirestoreService/FirestoreService.swift

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55
// Created by 양승현 on 4/19/24.
66
//
77

8-
#if os(iOS)
9-
import Combine
108
import Foundation
119
import FirebaseFirestore
1210
import FirebaseFirestoreCombineSwift
1311

12+
#if os(iOS) && canImport(Combine) && swift(>=5.0)
13+
import Combine
14+
15+
@available(swift 5.0)
16+
@available(iOS 13.0, *)
17+
1418
public final class FirestoreService {
1519
// MARK: - Dependencies
1620
private let backgroundQueue: DispatchQueue

0 commit comments

Comments
 (0)