luxlabs header browser preview


@interface PGPersonFoodieMemoryGenerator : PGFoodieMemoryGenerator {
    BOOL _requireFaceProcessingMeetsThresholdOverTime;
}

- (void)enumerateMomentNodesAndFeatureNodesInGraph:(id)a0 usingBlock:(id /* block */)a1;
- (id)initWithMemoryGenerationContext:(id)a0;
- (unsigned long long)memoryCategorySubcategoryForOverTimeType:(unsigned long long)a0;
- (BOOL)requireFaceProcessingMeetsThresholdOverTime;
- (void)setRequireFaceProcessingMeetsThresholdOverTime:(BOOL)a0;

@end