mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 18:14:14 +00:00
87539c34db
Summary: RCTComponentViewProtocol is a protocol for all UIView instances which are managed by React/MountingManager. Reviewed By: mdvacca Differential Revision: D7507520 fbshipit-source-id: dcbed8c5d0cc97f72942508aeccb445833ade271
11 lines
247 B
Objective-C
11 lines
247 B
Objective-C
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
typedef NSInteger ReactTag;
|