Skip to content

Commit 9c00ef8

Browse files
re-add imports because apparently we do need them despite cocoapods' warning
1 parent 1fd35e8 commit 9c00ef8

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Sources/ApolloWebSocket/SplitNetworkTransport.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// NOTE: Cocoapods spec linting will complain about this import,
2+
// but you should not remove it or things won't build.
3+
import Apollo
4+
15
public class SplitNetworkTransport: NetworkTransport {
26
private let httpNetworkTransport: NetworkTransport
37
private let webSocketNetworkTransport: NetworkTransport

Sources/ApolloWebSocket/WebSocketTransport.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// NOTE: Cocoapods spec linting will complain about this import,
2+
// but you should not remove it or things won't build.
3+
import Apollo
14
import Starscream
25

36
// To allow for alternative implementations supporting the same WebSocketClient protocol

0 commit comments

Comments
 (0)