Delete EventDispatcher interface

Reviewed By: achen1

Differential Revision: D8232129

fbshipit-source-id: 6d618b4a587c0b0e1dfac967e8d22c05a62c44ee
This commit is contained in:
David Vacca 2018-06-01 10:56:28 -07:00 committed by Facebook Github Bot
parent f8c8231706
commit 6c910549d8

View File

@ -1,13 +0,0 @@
/**
* Copyright (c) 2014-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.bridge;
/**
* Marker interface for EventDispatcher.
*/
public interface EventDispatcher {
}