ppamorim

Untitled

Nov 11th, 2014
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.41 KB | None | 0 0
  1. import com.squareup.okhttp.Request;
  2.  
  3. import m.m.com.m.core.service.AbstractService;
  4. import m.m.com.m.core.service.AbstractService.OnRequestResponse;
  5.  
  6. public class SamplePhotoService {
  7.  
  8.     public SamplePhotoService(OnRequestResponse onRequestResponse) {
  9.         new AbstractService(new Request.Builder()
  10.                 .url("http://ip.jsontest.com/")
  11.                 .build(), onRequestResponse);
  12.     }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment