@class UIColor, NSString; @interface PXGPPTRowItemLayout : PXGLayout <PXGSolidColorSource> { struct { unsigned long long needsUpdate; unsigned long long updated; BOOL isPerformingUpdate; BOOL willPerformUpdate; } _updateFlags; unsigned int _colorSpriteIndex; } @property (readonly, nonatomic) UIColor *color; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (id)colorAtIndex:(unsigned int)a0 inLayout:(id)a1; - (void)update; - (void)_invalidateContent; - (void)_updateContent; - (void).cxx_destruct; - (id)initWithColor:(id)a0; - (void)referenceSizeDidChange; @end