@class CSListItem; @protocol ATXUserEducationSuggestion; @interface CSDiscoverySuggestionAndListItemTuple : NSObject @property (retain, nonatomic) id discoverySuggestion; @property (retain, nonatomic) CSListItem *listItem; - (void).cxx_destruct; @end