@class NSString, PGLandscapeWallpaperSuggesterFilteringContext; @interface PGTopLandscapeWallpaperSuggester : PGLandscapeWallpaperSuggester @property (retain, nonatomic) PGLandscapeWallpaperSuggesterFilteringContext *primaryFilteringContext; @property (retain, nonatomic) PGLandscapeWallpaperSuggesterFilteringContext *secondaryFilteringContext; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)filtersForTopSuggestions; + (id)suggestionSubtypes; - (void)setupFilteringContexts; @end