mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Cleanup for the next update
This commit is contained in:
@@ -247,6 +247,9 @@ public final class SlotMachineAnimationNode: ASDisplayNode {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public func setOverlayColor(_ color: UIColor?, animated: Bool) {
|
||||
}
|
||||
}
|
||||
|
||||
class DiceAnimatedStickerNode: ASDisplayNode {
|
||||
@@ -350,4 +353,7 @@ class DiceAnimatedStickerNode: ASDisplayNode {
|
||||
self.animationNode.updateLayout(size: self.bounds.size)
|
||||
self.animationNode.frame = self.bounds
|
||||
}
|
||||
|
||||
public func setOverlayColor(_ color: UIColor?, animated: Bool) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user