mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
6 lines
130 B
Swift
6 lines
130 B
Swift
// Copyright 2017 Yandex LLC. All rights reserved.
|
|
|
|
public protocol ImageContaining {
|
|
func getImageHolders() -> [ImageHolder]
|
|
}
|