@class UIImage; @interface QLImageItemContents : NSObject <NSSecureCoding> @property (class, readonly) BOOL supportsSecureCoding; @property (copy, nonatomic) UIImage *image; - (void)encodeWithCoder:(id)a0; - (id)initWithImage:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; @end