@interface PIParallaxOriginalStyle : PIParallaxStyle <PIParallaxHeadroomLookStyle> @property (nonatomic) long long headroomLook; + (id)styleWithColorAnalysis:(id)a0; + (id)styleWithParameters:(id)a0 colorSuggestions:(id)a1; - (id)kind; - (id)parameters; - (id)initWithColorAnalysis:(id)a0; - (BOOL)hasHeadroomLook; - (BOOL)configureForCategory:(id)a0; - (id)recipeIdentifier; @end