package com.facebook.react.bridge;

public interface NativeArrayInterface {
  @Override
  String toString();
}
