Files
divkit/client/ios/Core/CommonCore/RemoteImageViewContentProtocol.swift
T
morevsavva 62ead6a8ee Add blur and tint mode implementation.
Add blur and tint mode implementation
2022-11-14 22:16:48 +03:00

9 lines
214 B
Swift

// Copyright 2022 Yandex LLC. All rights reserved.
import Foundation
import UIKit
public protocol RemoteImageViewContentProtocol: UIView, ImageViewProtocol {
func setImage(_ image: UIImage?, animated: Bool?)
}