mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Add shared media capture protection
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user