Interface.java 120 B

1234567
  1. package com.example.mytest;
  2. import org.json.JSONArray;
  3. public interface Interface {
  4. void Main(JSONArray array);
  5. }