session-ios/Session/Media Viewing & Editing/GIFs/GiphyDownloader.swift
Morgan Pretty 8ac6b25ced Further refactoring work
Refactored usages and removed AFNetworking
Updated the media screens to use Combine

# Conflicts:
#	Session/Closed Groups/GroupMembersViewModel.swift
#	Session/Media Viewing & Editing/GIFs/GifPickerCell.swift
#	Session/Media Viewing & Editing/GIFs/GiphyAPI.swift
#	Session/Media Viewing & Editing/PhotoCapture.swift
2022-12-07 15:54:17 +11:00

12 lines
279 B
Swift

// Copyright © 2022 Rangeproof Pty Ltd. All rights reserved.
import Foundation
import SignalUtilitiesKit
public class GiphyDownloader: ProxiedContentDownloader {
// MARK: - Properties
public static let giphyDownloader = GiphyDownloader(downloadFolderName: "GIFs")
}