Add IMeasurementService stub

This commit is contained in:
Marvin W 2018-08-28 00:13:14 +02:00
parent ef0cfe1757
commit c69dbd91b0
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package com.google.android.gms.measurement.internal;
interface IMeasurementService {
}