mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
59f84ca1fd
Summary: To help determine how severe this issue is, put the fix behind a MC. We will only pick the parent diff to the RC branch so that the fix immediately goes to master and we don't have to worry about fixing this any further. Reviewed By: fkgozali Differential Revision: D16940181 fbshipit-source-id: 91eb08181f82f51aea6a20b3fd489a33bdc0e424
14 lines
309 B
Objective-C
14 lines
309 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/RCTAnimatedImage.h>
|
|
#import <React/RCTDefines.h>
|
|
|
|
@interface RCTUIImageViewAnimated : UIImageView
|
|
|
|
@end
|