19 lines
390 B
C
19 lines
390 B
C
|
/**
|
||
|
* 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.
|
||
|
*/
|
||
|
|
||
|
#if __has_include(<React/RCTAssert.h>)
|
||
|
#import <React/RCTViewManager.h>
|
||
|
#else
|
||
|
#import "RCTViewManager.h"
|
||
|
#endif
|
||
|
|
||
|
|
||
|
@interface RCTPdfPageViewManager : RCTViewManager
|
||
|
|
||
|
@end
|