//
//  CrashyCrashy.h
//  BugsnagReactNativeExample
//
//  Created by Christian Schlensker on 1/3/17.
//  Copyright © 2017 Bugsnag. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "RCTBridgeModule.h"

@interface CrashyCrashy : NSObject <RCTBridgeModule>

@end
