@class NSString, PXSuggestionsDataSource, NSPredicate, PXLibraryFilterState; @interface PXSuggestionsDataSourceManager : PXSectionedDataSourceManager @property (class, readonly, nonatomic) NSPredicate *baseFetchPredicate; @property (readonly, nonatomic) unsigned short dataSourceType; @property (readonly, nonatomic) PXSuggestionsDataSource *dataSource; @property (readonly, nonatomic) PXLibraryFilterState *libraryFilterState; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)typePredicateForDataSourceType:(unsigned short)a0; + (id)mostRecentCreationDateForPXSuggestionDataSourceType:(unsigned short)a0; - (id)init; - (void)observable:(id)a0 didChange:(unsigned long long)a1 context:(void *)a2; - (void)photoLibraryDidChangeOnMainQueue:(id)a0; - (id)createInitialDataSource; - (void).cxx_destruct; - (id)_createNewDataSource; - (void)_handleChangeWithDetails:(id)a0; - (void)_resetDataSource; - (id)initWithDataSourceType:(unsigned short)a0 libraryFilterState:(id)a1; @end