//
//  APMBridgeUtils.h
//  RCTAPMBanner
//
//  Created by Vincent Ducastel on 22/08/2017.
//  Copyright © 2017 remobile. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface APMBridgeUtils : NSObject

+(NSError*)errorFromException:(NSException*)exception;

@end
