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

#ifndef ChatUikitViewNativeComponent_h
#define ChatUikitViewNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@interface ChatUikitView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* ChatUikitViewNativeComponent_h */
