@class NSObject; @protocol FLTelemetryController; @interface FLTelemetryProcessor : NSObject { NSObject *_telemetryController; } - (void)processItemRemoval:(id)a0; - (id)initWithController:(id)a0; - (void)processItemAddition:(id)a0; - (void).cxx_destruct; - (void)processCurrentItems:(id)a0; @end