@interface LCFProactivePredictionRanker : NSObject - (id)init; - (id)proactiveRanking:(id)a0 predictions:(id)a1; @end