Cleanup for the next update

This commit is contained in:
Ali
2020-10-30 17:24:56 +04:00
parent 75fd530f00
commit 7cc2e15e09
24 changed files with 2545 additions and 2378 deletions

View File

@@ -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) {
}
}