luxlabs header browser preview


@class NSDictionary;

@interface PPLabelMatcher : NSObject {
    NSDictionary *_map;
}

+ (id)sharedInstance;

- (id)init;
- (id)_generateMap;
- (unsigned long long)matchFromLabel:(id)a0 toLabel:(id)a1;
- (void).cxx_destruct;

@end