mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
df96de78bb
Summary: This stack caused FB4A builds to start failing, complaining about `RCTImageApple`. Reviewed By: RSNara Differential Revision: D17855088 fbshipit-source-id: 21ecedc3725dde65fab20f414d07b32c3548447c
13 lines
294 B
Objective-C
13 lines
294 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 <React/RCTBridgeModule.h>
|
|
|
|
@interface RCTImageEditingManager : NSObject <RCTBridgeModule>
|
|
|
|
@end
|