package com.facebook.react.bridge;

/**
 * Marker interface used to represent a JSI Module.
 */
public interface JSIModule {
}
