14 lines
250 B
C
14 lines
250 B
C
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import <React/RCTViewManager.h>
|
||
|
#import <React/RCTUIManager.h>
|
||
|
#import <React/RCTLog.h>
|
||
|
#import "ReactNativePageView.h"
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface ReactViewPagerManager : RCTViewManager
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|