oimtrust

JSONPopulator_WeatherYahooApp

Nov 28th, 2016
1,577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. package com.oimtrust.weatheryahoo.data;
  2.  
  3. import org.json.JSONObject;
  4.  
  5. /**
  6.  * Created by Oim on 10/12/2016.
  7.  */
  8.  
  9. public interface JSONPopulator {
  10.     void populate(JSONObject data);
  11. }
Add Comment
Please, Sign In to add comment