Explorar el Código

Give SessionDelegate an ObjC name

onevcat hace 5 años
padre
commit
0d666f2a6d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Sources/Networking/SessionDelegate.swift

+ 1 - 0
Sources/Networking/SessionDelegate.swift

@@ -27,6 +27,7 @@
 import Foundation
 
 // Represents the delegate object of downloader session. It also behave like a task manager for downloading.
+@objc(KFSessionDelegate) // Fix for ObjC header name conflicting. https://github.com/onevcat/Kingfisher/issues/1530
 class SessionDelegate: NSObject {
 
     typealias SessionChallengeFunc = (