luxlabs header browser preview


@class NSCountedSet, NSMutableSet;
@protocol WBSTranslationErrorControllerDelegate;

@interface WBSTranslationErrorController : NSObject {
    NSCountedSet *_errorCounter;
    NSMutableSet *_errorKeysReachingThreshold;
}

@property (weak, nonatomic) id<WBSTranslationErrorControllerDelegate> delegate;

- (id)init;
- (void)invalidate;
- (void).cxx_destruct;
- (id)_overriddenThresholdForError:(id)a0;
- (void)addError:(id)a0;

@end