mirror of
https://github.com/status-im/react-native-camera-roll.git
synced 2026-08-27 11:21:08 +00:00
17 lines
424 B
Objective-C
17 lines
424 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/RCTBridge.h>
|
|
#import <React/RCTURLRequestHandler.h>
|
|
//#import <ReactCommon/RCTTurboModule.h>
|
|
|
|
@class PHPhotoLibrary;
|
|
|
|
@interface RNCAssetsLibraryRequestHandler : NSObject <RCTURLRequestHandler>//, RCTTurboModule>
|
|
|
|
@end
|