2024-05-02 15:08:24 +00:00
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import <React/RCTViewManager.h>
|
|
|
|
#import <React/RCTUIManager.h>
|
|
|
|
#import <React/RCTLog.h>
|
2024-11-20 14:28:34 +00:00
|
|
|
#import "RNCPagerView.h"
|
2024-05-02 15:08:24 +00:00
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
2024-11-20 14:28:34 +00:00
|
|
|
@interface RNCPagerViewManager : RCTViewManager
|
2024-05-02 15:08:24 +00:00
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|