Advertisement
gugun18

ApiInterfaceJava

Jul 24th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. package com.utpolman.realtimefirebase;
  2.  
  3. import java.util.List;
  4.  
  5. import retrofit2.Call;
  6. import retrofit2.http.GET;
  7.  
  8. public interface ApiInterface {
  9.  
  10.     @GET("/diagrm")
  11.     Call<List<diag1>> getMtbf3001Info();
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement