7 lines
125 B
Java
7 lines
125 B
Java
package com.ea.eadp.deviceid;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface DeviceIdService {
|
|
String getDeviceId();
|
|
}
|