luxlabs header browser preview


@class NSCache, geo_isolater, GEOPublisherAttributionManifestIndex;

@interface GEOCollectionPublisherAttributionManager : NSObject {
    NSCache *_manifestsCache;
    geo_isolater *_isolator;
    GEOPublisherAttributionManifestIndex *_index;
}

+ (id)sharedInstance;

- (id)init;
- (void).cxx_destruct;
- (id)bestAttributionForPublisher:(id)a0;
- (id)bestAttributionForPublisher:(id)a0 preferredLanguages:(id)a1;

@end