2015-09-08 08:58:13 -07:00
|
|
|
/**
|
2018-09-11 15:27:47 -07:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2015-09-08 08:58:13 -07:00
|
|
|
*
|
2018-02-16 18:24:55 -08:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2015-09-08 08:58:13 -07:00
|
|
|
*/
|
|
|
|
|
2019-01-07 16:11:52 -08:00
|
|
|
#import <Photos/Photos.h>
|
2015-11-03 14:45:46 -08:00
|
|
|
|
2016-11-23 07:47:52 -08:00
|
|
|
#import <React/RCTBridgeModule.h>
|
|
|
|
#import <React/RCTConvert.h>
|
2015-11-03 14:45:46 -08:00
|
|
|
|
2019-01-07 16:11:52 -08:00
|
|
|
@interface RCTConvert (PHFetchOptions)
|
2015-11-03 14:45:46 -08:00
|
|
|
|
2020-02-05 16:20:54 +07:00
|
|
|
+ (PHFetchOptions *)PHFetchOptionsFromMediaType:(NSString *)mediaType
|
|
|
|
fromTime:(NSUInteger)fromTime
|
|
|
|
toTime:(NSUInteger)toTime;
|
2015-11-03 14:45:46 -08:00
|
|
|
|
|
|
|
@end
|
2015-09-08 08:58:13 -07:00
|
|
|
|
2019-01-07 16:11:52 -08:00
|
|
|
|
2019-02-24 12:29:24 +08:00
|
|
|
@interface RNCCameraRollManager : NSObject <RCTBridgeModule>
|
2015-09-08 08:58:13 -07:00
|
|
|
|
|
|
|
@end
|