// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-text-style-UpdateLayout"))]
__jni_bindgen! {
/// public interface [UpdateLayout](https://developer.android.com/reference/android/text/style/UpdateLayout.html)
///
/// Required feature: "android-text-style-UpdateLayout"
public interface UpdateLayout ("android/text/style/UpdateLayout") extends crate::java::lang::Object, implements crate::android::text::style::UpdateAppearance {
}
}