luxlabs header browser preview


@class NSString, PGGraphNamingProcessor, PHPhotoLibrary, NSObject;
@protocol OS_os_log;

@interface PGNamingSharedAssetsAnalyzer : NSObject <PGNamingAnalyzer> {
    PGGraphNamingProcessor *_processor;
    PHPhotoLibrary *_photoLibrary;
    NSObject<OS_os_log> *_loggingConnection;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void).cxx_destruct;
- (id)name;
- (void)findSharedAssetMatchesFromSharingRecords:(id)a0 personLocalIdentifiersByAssetUUID:(id)a1 graph:(id)a2 withProgressBlock:(id /* block */)a3;
- (id)initWithNamingProcessor:(id)a0;
- (id)initWithNamingProcessor:(id)a0 photoLibrary:(id)a1 loggingConnection:(id)a2;
- (void)runAnalysisWithProgressBlock:(id /* block */)a0;

@end