Skip to content

Commit

Permalink
Update GsrReservationsRequest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Divak2004 committed Dec 8, 2024
1 parent 817925e commit 712abbd
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
package com.pennapps.labs.pennmobile.api;

import com.pennapps.labs.pennmobile.classes.AccessTokenResponse;
import com.pennapps.labs.pennmobile.classes.GSRReservation;
import com.pennapps.labs.pennmobile.classes.Venue;
import com.pennapps.labs.pennmobile.gsr.classes.GSRReservation;

import java.util.List;

import retrofit.Callback;
import retrofit.http.Field;
import retrofit.http.FormUrlEncoded;
import retrofit.http.GET;
import retrofit.http.Header;
import retrofit.http.POST;
import rx.Observable;

public interface GsrReservationsRequest {
Expand Down

0 comments on commit 712abbd

Please sign in to comment.