@class NSMutableDictionary; @protocol RCPEventDeliveryService; @interface RCPEventDeliveryServicePool : NSObject @property (retain, nonatomic) NSMutableDictionary *deliveryServicesBySenderID; @property (retain, nonatomic) NSMutableDictionary *deliveryServicesBySenderProperties; @property (retain, nonatomic) id fallbackDeliveryService; @property (nonatomic) BOOL shouldIgnoreSenderProperties; - (id)init; - (void)tearDown; - (BOOL)prewarmForSenderProperties:(id)a0 withError:(id *)a1; - (id)_findServiceForSenderProperties:(id)a0; - (void).cxx_destruct; - (id)deliveryServiceForSenderProperties:(id)a0; @end