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

#ifndef AudioWaveformViewNativeComponent_h
#define AudioWaveformViewNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface AudioWaveformView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* AudioWaveformViewNativeComponent_h */
