Compare commits
1 Commits
main
...
export-D80
Author | SHA1 | Date | |
---|---|---|---|
|
4e75c24b99 |
@@ -14,6 +14,6 @@ public fun interface YogaMeasureFunction {
|
|||||||
width: Float,
|
width: Float,
|
||||||
widthMode: YogaMeasureMode,
|
widthMode: YogaMeasureMode,
|
||||||
height: Float,
|
height: Float,
|
||||||
heightMode: YogaMeasureMode
|
heightMode: YogaMeasureMode,
|
||||||
): Long
|
): Long
|
||||||
}
|
}
|
||||||
|
@@ -13,6 +13,7 @@ package com.facebook.yoga.annotations
|
|||||||
AnnotationTarget.FUNCTION,
|
AnnotationTarget.FUNCTION,
|
||||||
AnnotationTarget.PROPERTY_GETTER,
|
AnnotationTarget.PROPERTY_GETTER,
|
||||||
AnnotationTarget.PROPERTY_SETTER,
|
AnnotationTarget.PROPERTY_SETTER,
|
||||||
AnnotationTarget.CONSTRUCTOR)
|
AnnotationTarget.CONSTRUCTOR,
|
||||||
|
)
|
||||||
@Retention(AnnotationRetention.BINARY)
|
@Retention(AnnotationRetention.BINARY)
|
||||||
public annotation class DoNotStrip
|
public annotation class DoNotStrip
|
||||||
|
Reference in New Issue
Block a user