Skip to content

Commit

Permalink
Fixing issue with Xcode 12 and session delegate that conflicts with A…
Browse files Browse the repository at this point in the history
…lamofire
  • Loading branch information
christophercotton committed Sep 17, 2020
1 parent 22b795d commit 248b225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Networking/SessionDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import Foundation

// Represents the delegate object of downloader session. It also behave like a task manager for downloading.
@objc(KFSessionDelegate)
class SessionDelegate: NSObject {

typealias SessionChallengeFunc = (
Expand Down

0 comments on commit 248b225

Please sign in to comment.