//
//  IllegallyParkViewManager.h
//  Supermap
//
//  Created by wnmng on 2020/1/14.
//  Copyright © 2020 Facebook. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <React/RCTViewManager.h>
#import "RCTEventDispatcher.h"
#import "UIView+React.h"

@interface IllegallyParkViewManager : RCTViewManager

@end


