@interface PXEditorialLayoutMetrics : PXLayoutMetrics @property (nonatomic) unsigned long long numberOfColumns; @property (nonatomic) double interTileSpacing; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } padding; @property (nonatomic) double headerHeight; @property (nonatomic) unsigned long long lowerItemCountThreshold; @property (nonatomic) BOOL useSaliency; @property (nonatomic) BOOL useNewImplementation; - (id)init; - (id)copyWithZone:(struct _NSZone { } *)a0; @end