Skip to content

Commit

Permalink
Merge pull request #10 from peek-travel/fix/add-foundation
Browse files Browse the repository at this point in the history
add Foundation import
  • Loading branch information
ricardohg authored Feb 6, 2023
2 parents 4622896 + 06625e6 commit 4bd1384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Apollo/GraphQLDependencyTracker.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#if !COCOAPODS
import ApolloAPI
import Foundation
#endif

final class GraphQLDependencyTracker: GraphQLResultAccumulator {
Expand Down
1 change: 1 addition & 0 deletions Sources/Apollo/GraphQLResultAccumulator.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#if !COCOAPODS
import ApolloAPI
import Foundation
#endif

protocol GraphQLResultAccumulator: AnyObject {
Expand Down

0 comments on commit 4bd1384

Please sign in to comment.