mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
abf612aecd
Summary: The proper weakproxy usage should be enabled by default from now on. Reviewed By: PeteTheHeat Differential Revision: D17866448 fbshipit-source-id: da404a41fd1136d7feebfc7591fa2965a65c4c6b
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
|