luxlabs header browser preview


@class NSURL;

@interface RadioArtwork : NSObject <NSCopying>

@property (readonly, nonatomic) struct CGSize { double width; double height; } pixelSize;
@property (readonly, nonatomic) struct CGSize { double x0; double x1; } pointSize;
@property (readonly, nonatomic) NSURL *URL;

- (unsigned long long)hash;
- (id)description;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithArtworkDictionary:(id)a0;
- (id)initWithArtworkURL:(id)a0 pixelSize:(struct CGSize { double x0; double x1; })a1;

@end