@class NSString, TSTTableStyleNetwork; @interface TSTTableStylePreset : TSPObject { unsigned long long mIndex; TSTTableStyleNetwork *mStyleNetwork; } @property (nonatomic) unsigned long long index; @property (copy, nonatomic) TSTTableStyleNetwork *styleNetwork; @property (readonly, nonatomic) NSString *presetKind; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)dealloc; - (id)initWithContext:(id)a0; - (BOOL)isEqual:(id)a0; - (void)drawSwatchInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 inContext:(struct CGContext { } *)a1; - (id)initWithStyleNetwork:(id)a0 index:(unsigned long long)a1; - (BOOL)isThemeEquivalent:(id)a0; - (id)p_documentRoot; - (id)referencedStyles; - (void)replaceReferencedStylesUsingBlock:(id /* block */)a0; - (id)styleNetworkInStylesheet:(id)a0; - (id)swatchImage; @end