All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.code.facebookapi.ToJsonArray Maven / Gradle / Ivy

The newest version!
package com.google.code.facebookapi;

import org.json.JSONArray;

public interface ToJsonArray {

	public JSONArray toJson();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy