newsmemory-ios-sdk/Frameworks/react-native-image-editor.x.../ios-arm64/Headers/RNCImageUtils.h

22 lines
395 B
C
Raw Normal View History

2024-03-06 10:57:49 +00:00
//
// RNCImageUtils.h
// RNCImageEditor
//
// Created by Dawid Urbaniak on 30/05/2019.
// Copyright © 2019 Facebook. All rights reserved.
//
#ifndef RNCImageUtils_h
#define RNCImageUtils_h
#import <Foundation/Foundation.h>
@interface RNCImageUtils : NSObject
+ (NSString *)writeImage:(NSData *)image toPath:(NSString *)path error:(NSError **)error;
@end
#endif /* RNCImageUtils_h */