Skip to content

Instantly share code, notes, and snippets.

View gauravparvadiya's full-sized avatar

Gaurav Parvadiya gauravparvadiya

  • Ottawa, ON, Canada
View GitHub Profile
@gauravparvadiya
gauravparvadiya / StorageManager.swift
Created November 3, 2019 00:20
File downloading in Swift 5 using URLSession
import Foundation
class StorageManager {
static let shared = StorageManager()
private init() {}
}
// MARK: - Remote Config storage methods
extension StorageManager {