Created
February 26, 2025 12:00
-
-
Save okwasniewski/1de2cdee8ffdef32c0e547bf6d2777fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifdef __cplusplus | |
#import <React/RCTViewComponentView.h> | |
#import <UIKit/UIKit.h> | |
#ifndef SwiftUIStoreViewViewNativeComponent_h | |
#define SwiftUIStoreViewViewNativeComponent_h | |
NS_ASSUME_NONNULL_BEGIN | |
@interface SwiftUIStoreViewView : RCTViewComponentView | |
@end | |
NS_ASSUME_NONNULL_END | |
#endif /* SwiftUIStoreViewViewNativeComponent_h */ | |
#endif /* __cplusplus */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment