blob: 390ee97c8634f4df4e6f4f4f000a5c8427dacc1d [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// © 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
package android.icu.number;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public abstract class CurrencyPrecision extends android.icu.number.Precision {
CurrencyPrecision() { throw new RuntimeException("Stub!"); }
public android.icu.number.Precision withCurrency(android.icu.util.Currency currency) { throw new RuntimeException("Stub!"); }
}