@class PGGraph, PHPhotoLibrary, NSObject, PGGraphPetIdentityProcessorCache; @protocol OS_os_log; @interface PGGraphPetIdentityProcessor : NSObject @property (nonatomic) short detectionType; @property (weak, nonatomic) PGGraph *graph; @property (weak, nonatomic) PHPhotoLibrary *photoLibrary; @property (retain, nonatomic) NSObject *loggingConnection; @property (readonly, nonatomic) PGGraphPetIdentityProcessorCache *cache; @property (nonatomic) BOOL petPrintClusteringEnabled; + (id)fetchInterestingEligiblePetsForWallpaperWithWorkingContext:(id)a0 curationContext:(id)a1; + (id)fetchPetPersonsWithDetectionType:(short)a0 photoLibrary:(id)a1; + (id)fetchPetPersonsWithNoKeyFaceAndDetectionType:(short)a0 photoLibrary:(id)a1; + (unsigned long long)petFaceClusterMinSize; + (double)petFaceClusteringThreshold; + (unsigned long long)petFaceClusteringType; - (void).cxx_destruct; - (id)fetchPetPersons; - (id)_createClustersFromPetFaces:(id)a0 withErrors:(id)a1 progressBlock:(id /* block */)a2; - (id)_fetchPetFaceGroups; - (void)_sortFaceClusters:(id)a0; - (BOOL)_updateKeyFacesForPetPersonsWithError:(id *)a0; - (id)initWithDetectionType:(short)a0 photoLibrary:(id)a1 graph:(id)a2 loggingConnection:(id)a3 cache:(id)a4; - (id)momentNodesForFaces:(id)a0; - (id)petFacesAtHome; - (id)removeClusterMatchingPetEntityFaceSet:(id)a0 fromFaceClustersAtHome:(id)a1; - (BOOL)updateFacesNameSourceToSourceGraphIfNeeded:(id)a0 error:(id *)a1; - (BOOL)updatePetFaceGroupsForFaceClusters:(id)a0 error:(id *)a1; - (BOOL)updatePetIdentityWithError:(id *)a0 progressBlock:(id /* block */)a1; - (BOOL)updatePetPersonsForFaceClusters:(id)a0 error:(id *)a1; @end