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

#import "APMConstants.h"

@implementation APMConstants

NSInteger const APM_BRIDGE_ERROR_UNKNOWN = 500;

@end
