Add shared media capture protection

This commit is contained in:
Ilya Laktyushin
2021-12-08 16:49:19 +04:00
parent c00520929c
commit 3c46e77712
3 changed files with 164 additions and 30 deletions

View File

@@ -15,6 +15,9 @@ private let nullAction = NullActionClass()
public protocol SparseItemGridLayer: CALayer {
func update(size: CGSize)
func needsShimmer() -> Bool
func getContents() -> Any?
func setContents(_ contents: Any?)
}
public protocol SparseItemGridView: UIView {