2024-11-20 14:28:34 +00:00
|
|
|
#ifndef RNCWebViewManager_h
|
|
|
|
#define RNCWebViewManager_h
|
2024-05-02 15:08:24 +00:00
|
|
|
|
|
|
|
#import <React/RCTViewManager.h>
|
|
|
|
|
|
|
|
@interface RNCWebViewManager : RCTViewManager
|
|
|
|
@end
|
2024-11-20 14:28:34 +00:00
|
|
|
|
|
|
|
#endif /* RNCWebViewManager_h */
|