mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 17:42:33 -06:00
8 lines
226 B
Java
8 lines
226 B
Java
package com.google.common.collect;
|
|
|
|
import java.io.Serializable;
|
|
import java.lang.Comparable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
abstract class RangeGwtSerializationDependencies<C extends Comparable> implements Serializable {
|
|
}
|