//
//  RNCarPlayViewController.h
//  Created by Susan Thapa on 27/02/2024.
//
#import <UIKit/UIKit.h>
#import <React/RCTRootView.h>

@interface RNCarPlayViewController : UIViewController
- (instancetype)initWithRootView:(RCTRootView *)rootView;
@end
