//
//  ReactNativeHeading.h
//  ReactNativeHeading
//
//  Created by Yonah Forst on 18/02/16.
//  Copyright © 2016 Yonah Forst. All rights reserved.
//
#import <React/RCTBridgeModule.h>

#import <Foundation/Foundation.h>

@interface ReactNativeHeading : NSObject <RCTBridgeModule>

@end
