@class NSArray, NSString; @interface PREditorColorPalette : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) BOOL hasGeneratedPickerColors; @property (readonly) BOOL includesObjectsOfTypePRPosterColor; @property (readonly) unsigned long long paletteType; @property (retain) NSArray *pickerColors; @property (readonly, copy) NSString *localizedName; @property (readonly, copy) NSArray *colors; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)standardPalette; + (id)standardPaletteColors; + (BOOL)supportsBSXPCSecureCoding; + (id)condensedPaletteColors; + (id)extendedPalette; + (id)additionalColorsForExtendedPalette; + (id)condensedPalette; - (void)encodeWithCoder:(id)a0; - (id)initWithPickerColors:(id)a0 colors:(id)a1 localizedName:(id)a2 paletteType:(unsigned long long)a3 showsColorWell:(BOOL)a4; - (id)initWithBSXPCCoder:(id)a0; - (void)generatePickerColorsIfNeededForContext:(unsigned long long)a0; - (void)appendDescriptionToFormatter:(id)a0; - (void).cxx_destruct; - (BOOL)shouldShowColorWell; - (void)encodeWithBSXPCCoder:(id)a0; - (BOOL)isEqual:(id)a0; - (id)initWithColors:(id)a0 localizedName:(id)a1 showsColorWell:(BOOL)a2; - (id)initWithPickerColors:(id)a0 localizedName:(id)a1; - (id)initWithCoder:(id)a0; @end