@class NSString, NSIndexSet, PXGSpriteReference, UIView; @protocol PXGSingleViewLayoutDelegate; @interface PXGSingleViewLayout : PXGLayout { struct { unsigned long long needsUpdate; unsigned long long updated; BOOL isPerformingUpdate; BOOL willPerformUpdate; } _updateFlags; unsigned short _contentSpriteMediaVersion; NSIndexSet *_axSpriteIndexes; } @property (retain, nonatomic) UIView *contentView; @property (retain, nonatomic) Class contentViewClass; @property (weak, nonatomic) id delegate; @property (nonatomic) long long style; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } padding; @property (nonatomic) float zPosition; @property (nonatomic) struct { union { struct { float topLeft; float topRight; float bottomLeft; float bottomRight; } ; float byIndex[4]; } ; } cornerRadius; @property (readonly, nonatomic) PXGSpriteReference *viewSpriteReference; @property (readonly, nonatomic) unsigned int viewSpriteIndex; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)didUpdate; - (void)alphaDidChange; - (id)init; - (Class)viewClassForSpriteAtIndex:(unsigned int)a0 inLayout:(id)a1; - (void)dealloc; - (void)willUpdate; - (id)axSpriteIndexes; - (void)update; - (id)axSpriteIndexesInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)appearStateDidChange; - (void)displayScaleDidChange; - (void)_invalidateContent; - (id)hitTestResultForSpriteIndex:(unsigned int)a0; - (void)_updateContent; - (void).cxx_destruct; - (id)viewUserDataForSpriteAtIndex:(unsigned int)a0 inLayout:(id)a1; - (void)referenceSizeDidChange; - (void)_invalidateMediaVersion; - (void)viewContentDidChange; - (void)viewSizeDidChange; @end