what-the-bank/sources/com/google/common/util/concurrent/ServiceManagerBridge.java

10 lines
279 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.common.util.concurrent;
import com.google.common.collect.ImmutableMultimap;
import com.google.common.util.concurrent.Service;
/* loaded from: classes2.dex */
interface ServiceManagerBridge {
ImmutableMultimap<Service.State, Service> servicesByState();
}