Summary: CKRatioLayoutComponent's ratio is now live editable P.S. Now it takes some time to see the view changed and the new value of everything on flipper side Reviewed By: kevin0571 Differential Revision: D16458380 fbshipit-source-id: 0f06426477b6747f6ad71716dc66e69316b23208
15 lines
373 B
Objective-C
15 lines
373 B
Objective-C
/*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the LICENSE
|
|
* file in the root directory of this source tree.
|
|
*/
|
|
#import <ComponentKit/CKRatioLayoutComponent.h>
|
|
#import <FlipperKit/SKMacros.h>
|
|
|
|
FB_LINK_REQUIRE_CATEGORY(CKRatioLayoutComponent_Sonar)
|
|
@interface CKRatioLayoutComponent (Sonar)
|
|
|
|
@end
|
|
|