@class NSString; @interface NTKVictoryColorEditOption : NTKEnumeratedEditOption @property (readonly, nonatomic) unsigned long long victoryColor; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)_snapshotKeyForValue:(unsigned long long)a0 forDevice:(id)a1; + (id)_orderedValuesForDevice:(id)a0; + (id)_orderedValuesRestrictedByDevice:(id)a0; + (unsigned long long)colorCodeForPigmentEditOption:(id)a0 forDevice:(id)a1; + (id)colorNameForColorValue:(unsigned long long)a0; + (id)fall2020VictoryColors; + (id)gloryEVictoryColors; + (id)gloryVictoryColors; + (id)graceVictoryColors; + (id)optionWithVictoryColor:(unsigned long long)a0 forDevice:(id)a1; + (id)pigmentFaceDomain; + (id)spring2020VictoryColors; - (id)localizedName; - (id)_valueToFaceBundleStringDict; - (BOOL)optionExistsInDevice:(id)a0; - (id)pigmentCollectionName; - (id)pigmentEditOption; - (long long)swatchStyle; @end