newsmemory-ios-sdk/Frameworks/react-native-pdf.xcframework/ios-arm64/Headers/PdfManager.h

24 lines
501 B
C
Raw Normal View History

2024-05-02 15:08:24 +00:00
/**
* Copyright (c) 2017-present, Wonday (@wonday.org)
* All rights reserved.
*
* This source code is licensed under the MIT-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#if __has_include(<React/RCTAssert.h>)
#import <React/RCTBridgeModule.h>
#else
#import "RCTBridgeModule.h"
#endif
@interface PdfManager : NSObject <RCTBridgeModule>
+ (CGPDFDocumentRef) getPdf:(NSUInteger) index;
@end