Revert D4386906: [YogaKit] Improved the objective-c and swift api

Summary: This reverts commit 05ac0e571ef3a8ff0be31469e449a7b23f102218

Differential Revision: D4386906

fbshipit-source-id: adac0d8e71ce9f3442f3bfd14b5157f88367c998
This commit is contained in:
Ben Holcomb
2017-01-07 10:23:02 -08:00
committed by Facebook Github Bot
parent 70a4221b9e
commit e2a7938b26
13 changed files with 609 additions and 767 deletions

View File

@@ -1,16 +0,0 @@
/**
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import "YGLayout.h"
@interface YGLayout (Private)
- (instancetype)initWithView:(UIView *)view;
@end