// Copyright 2004-present Facebook. All Rights Reserved. #import @class RCTBridge; @interface RCTJavaScriptEventDispatcher : NSObject - (instancetype)initWithBridge:(RCTBridge *)bridge; - (void)sendDeviceEventWithArgs:(NSArray *)args; - (void)sendEventWithArgs:(NSArray *)args; - (void)sendTouchesWithArgs:(NSArray *)args; @end