Skip to content

Commit

Permalink
Added URL and URLRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Mar 16, 2021
1 parent 106ab4f commit f2735c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/SwiftFu/Foundation+SwiftFu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ import Foundation

extension Data: Fuable { }
extension Date: Fuable { }
extension URL: Fuable { }
extension URLRequest: Fuable { }

extension NSObject: FuableClass { }

0 comments on commit f2735c0

Please sign in to comment.