//
//  JYWhiteBoardViewManager.h
//  WhiteBoard
//
//  Created by yrx on 2021/3/17.
//  Copyright © 2021 Facebook. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <React/RCTViewManager.h>
#import <Whiteboard/Whiteboard.h>

NS_ASSUME_NONNULL_BEGIN

@interface JYWhiteBoardViewManager : RCTViewManager

@end

NS_ASSUME_NONNULL_END
