#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>

#ifndef RnFadeWrapperViewNativeComponent_h
#define RnFadeWrapperViewNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface RnFadeWrapperView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* RnFadeWrapperViewNativeComponent_h */
