session-ios/Session/Media Viewing & Editing/GIFs/GiphyDownloader.swift

12 lines
279 B
Swift
Raw Normal View History

// Copyright © 2022 Rangeproof Pty Ltd. All rights reserved.
import Foundation
2020-11-11 07:45:50 +01:00
import SignalUtilitiesKit
2019-01-23 22:08:17 +01:00
public class GiphyDownloader: ProxiedContentDownloader {
// MARK: - Properties
2019-01-23 20:03:21 +01:00
public static let giphyDownloader = GiphyDownloader(downloadFolderName: "GIFs")
}