blob: 6026c71095e80985326a59e5edb5c9ee4b9b225e [file] [log] [blame]
// Copyright (c) 2021, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8.ir.optimize.enums;
import com.android.tools.r8.graph.DexProgramClass;
public abstract class EnumUnboxingUtilityClass {
public abstract DexProgramClass getDefinition();
}