I'm trying to implement the CustomPlaygroundQuickLookable protocol for a custom type I defined. Looking at the `PlaygroundQuickLook` enum definition it seems that you're able to preview Sound and Sprites, but I could not find out what I should be returning in those 2 casese.
Any hint?