0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-24 04:05:13 +00:00

added missing import

This commit is contained in:
Simon Wörner 2015-04-30 22:55:55 +02:00
parent 6743f1d4b1
commit 2edcd4d5b3

View file

@ -1,5 +1,7 @@
package com.google.android.gms.http;
import android.os.Bundle;
interface IGoogleHttpService {
Bundle checkUrl(String url);
}