Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import com.squareup.okhttp.Request;
- import m.m.com.m.core.service.AbstractService;
- import m.m.com.m.core.service.AbstractService.OnRequestResponse;
- public class SamplePhotoService {
- public SamplePhotoService(OnRequestResponse onRequestResponse) {
- new AbstractService(new Request.Builder()
- .url("http://ip.jsontest.com/")
- .build(), onRequestResponse);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment