``` enum ThumbnailsSliderAction { case scrub(t...
# announcements
s
Copy code
enum ThumbnailsSliderAction {
    case scrub(time: CMTime, event: ThumbnailsSliderEvent)
    case zoom(level: Int)
}
k
s
Thanks! Now I remember I used them and also I got recommendation to use them here! It was sometime ago and I forgot about it...
Need to create my cheat sheet