luxlabs header browser preview


@class PGFeaturedTimePeriodMemoryConfiguration;

@interface PGMePersonMemoryGenerator : PGPersonMemoryGenerator {
    PGFeaturedTimePeriodMemoryConfiguration *_featuredSeasonConfiguration;
}

- (void).cxx_destruct;
- (void)enumerateMomentNodesAndFeatureNodesInGraph:(id)a0 usingBlock:(id /* block */)a1;
- (id)featuredSeasonConfiguration;
- (id)initWithMemoryGenerationContext:(id)a0;

@end