//
//  BaiduMapModule.m
//  RCTBaiduMap
//
//  Created by lovebing on 4/17/2016.
//  Copyright © 2016 lovebing.org. All rights reserved.
//


#import "BaiduMapModule.h"

@implementation BaiduMapModule {
    BMKPointAnnotation* _annotation;
}

@synthesize bridge = _bridge;

RCT_EXPORT_MODULE();

@end
