Files
divkit/client/ios/Core/CommonCore/RemoteImageViewContentProtocol.swift
T
morevsavva aa48f4c266 Core refactoring for nine patch implementation.
Core refactoring for nine patch implementation

Add nine patch for background images.
2022-10-05 14:24:01 +03:00

9 lines
216 B
Swift

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