luxlabs header browser preview


@class UIColor, MPArtworkGradientInfo;

@interface MPArtworkImageAttachments : NSObject <NSCopying, NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, nonatomic) UIColor *textColor;
@property (readonly, nonatomic) BOOL hasTitle;
@property (readonly, nonatomic) MPArtworkGradientInfo *gradient;

- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithTextColor:(id)a0 gradientInfo:(id)a1 hasTitle:(BOOL)a2;
- (id)initWithTextColor:(id)a0 hasTitle:(BOOL)a1;

@end