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

#ifndef FasterImageViewNativeComponent_h
#define FasterImageViewNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface FasterImageView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* FasterImageViewNativeComponent_h */
