@class PXPeoplePickerDataSource, NSString, NSArray, PHFetchResult, NSMutableArray; @interface PXPeoplePickerDataSourceManager : PXSectionedDataSourceManager <PXPeoplePickerMutableDataSourceManager, PXPhotoLibraryUIChangeObserver> { NSMutableArray *_selectedLocalIdentifiers; NSArray *_suggestedLocalIdentifiers; PHFetchResult *_people; } @property (readonly, nonatomic) PXPeoplePickerDataSource *dataSource; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)currentDataSourceManager; - (void)performChanges:(id /* block */)a0; - (id)init; - (id)createInitialDataSource; - (void)photoLibraryDidChangeOnMainQueue:(id)a0 withPreparedInfo:(id)a1; - (void).cxx_destruct; - (void)setPeople:(id)a0; - (id)prepareForPhotoLibraryChange:(id)a0; - (void)deselectAllLocalIdentifiers; - (void)setDisabledLocalIdentifiers:(id)a0; - (void)setLocalIdentifiers:(id)a0 selected:(BOOL)a1; - (void)setSuggestedLocalIdentifiers:(id)a0 withPhotoLibrary:(id)a1; @end