@class NSString, EMSearchableIndexTopHitsQuery, MUISearchSuggestionPhraseManager; @interface MUISearchRankedSuggesterQuery : NSObject { MUISearchSuggestionPhraseManager *_phraseManager; id /* block */ _handler; NSString *_bundleID; EMSearchableIndexTopHitsQuery *_topHitsQuery; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (void)cancel; @end