@class NSArray; @protocol SXComponentInserter, SXComponentInsertionCacheValidator; @interface SXComponentInsertionCacheItem : NSObject { id _inserter; id _validator; NSArray *_results; } - (void).cxx_destruct; @end