diff --git a/YogaKit/Source/UIView+Yoga.h b/YogaKit/Source/UIView+Yoga.h index 49f97cd0..f8184b6e 100644 --- a/YogaKit/Source/UIView+Yoga.h +++ b/YogaKit/Source/UIView+Yoga.h @@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN -typedef void (^YGLayoutConfigurationBlock)(YGLayout *); +typedef void (^YGLayoutConfigurationBlock)(YGLayout *layout); @interface UIView (Yoga)