mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
54244e15bf
Reviewed By: javache Differential Revision: D3583472 fbshipit-source-id: d1f30f3f96aea7739b9f91093fbb6c92c8b9567e
16 lines
438 B
Objective-C
16 lines
438 B
Objective-C
/**
|
|
* Copyright (c) 2015-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 <Foundation/Foundation.h>
|
|
|
|
#import "RCTImageLoader.h"
|
|
|
|
@interface RCTImageCache : NSObject <RCTImageCacheDelegate>
|
|
@end
|