Files
divkit/client/ios/Core/CommonCorePublic/RemoteImageViewContentProtocol.swift
T
2023-03-28 12:17:21 +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?)
}