luxlabs header browser preview


@class NSString, NSDictionary, NSRegularExpression;

@interface AFPhonemeMapper : NSObject {
    NSString *_languageCode;
    NSDictionary *_phonemeMap;
    NSRegularExpression *_regex;
}

+ (id)_buildRegexMatchingSubstrings:(id)a0;
+ (id)_mapForLanguageCode:(id)a0;

- (id)initWithLanguageCode:(id)a0;
- (void).cxx_destruct;
- (id)stringByReplacingPhonemesInString:(id)a0;

@end