@protocol PLSyncContext; @interface PLCPLFacePushSupport : NSObject { id _syncContext; } + (void)applyFaceChangesFromAsset:(id)a0 toAssetChange:(id)a1 inPhotoLibrary:(id)a2; + (void)markSyncableFacesAsPushedInAsset:(id)a0; + (BOOL)_shouldPushBeingKeyFace:(id)a0; + (BOOL)isFaceSyncable:(id)a0; - (id)initWithSyncContext:(id)a0; - (void)applyFaceChangesFromAsset:(id)a0 toAssetChange:(id)a1; - (id)cplFaceRefFromFace:(id)a0; - (id)rejectedPersonIdentifiersForFace:(id)a0; - (id)_facesAdjustmentsFingerprintFromAsset:(id)a0 assetChange:(id)a1; - (id)cplFaceRefsFromFaces:(id)a0 algorithmVersion:(long long *)a1; - (void).cxx_destruct; - (BOOL)_faceAnalysisWasPerformedOnLatestAdjustmentOfAsset:(id)a0; - (id)cplFaceAnalysisRefFromAsset:(id)a0 algorithmVersion:(long long *)a1; @end