Summary: CKCenterLayoutComponent's options are 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: D16458390 fbshipit-source-id: a5344253641633dd8c985549c2d9bc6f64da1f74
14 lines
375 B
Objective-C
14 lines
375 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/CKCenterLayoutComponent.h>
|
|
#import <FlipperKit/SKMacros.h>
|
|
|
|
FB_LINK_REQUIRE_CATEGORY(CKCenterLayoutComponent_Sonar)
|
|
@interface CKCenterLayoutComponent (Sonar)
|
|
|
|
@end
|