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