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

#ifndef EaseViewNativeComponent_h
#define EaseViewNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface EaseView : RCTViewComponentView <CAAnimationDelegate>
@end

NS_ASSUME_NONNULL_END

#endif /* EaseViewNativeComponent_h */
