//
//  ContactManagerModule.m
//  RNEaseMob
//
//  Created by Xiaosong Gao on 2018/6/13.
//  Copyright © 2018年. All rights reserved.
//

#import "ContactManagerDelegate.h"

@implementation ContactManagerDelegate

DEFINE_SINGLETON_FOR_CLASS(ContactManagerDelegate);

RCT_EXPORT_MODULE();

#pragma mark - EMContactManagerDelegate

@end
