@protocol BKHIDEventDispatcher, BKIOHIDServiceMatcherDataProviding, BKHIDEventProcessorRegistering, BKHIDSystemInterfacing; @interface BKHIDEventProcessorCreationContext : NSObject @property (retain, nonatomic) id systemInterface; @property (retain, nonatomic) id eventDispatcher; @property (retain, nonatomic) id serviceMatcherDataProvider; @property (retain, nonatomic) id eventProcessorRegistry; - (void).cxx_destruct; @end