session-ios/Session/Signal/GiphyDownloader.swift

16 lines
305 B
Swift
Raw Normal View History

//
2019-01-15 21:52:08 +01:00
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
//
import Foundation
2020-11-11 07:45:50 +01:00
import SignalUtilitiesKit
2019-01-23 22:08:17 +01:00
@objc
public class GiphyDownloader: ProxiedContentDownloader {
// MARK: - Properties
2019-01-23 22:08:17 +01:00
@objc
2019-01-23 20:03:21 +01:00
public static let giphyDownloader = GiphyDownloader(downloadFolderName: "GIFs")
}