Files
divkit/client/ios/Core/CommonCorePublic/ImageContaining.swift
T
2023-03-28 12:17:21 +03:00

6 lines
130 B
Swift

// Copyright 2017 Yandex LLC. All rights reserved.
public protocol ImageContaining {
func getImageHolders() -> [ImageHolder]
}