//
//  RCTMaxSocial.h
//  RCTMaxSocial
//

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

//! Project version number for RCTMaxSocial.
FOUNDATION_EXPORT double RCTMaxSocialVersionNumber;

//! Project version string for RCTMaxSocial.
FOUNDATION_EXPORT const unsigned char RCTMaxSocialVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <RCTMaxSocial/PublicHeader.h>

@interface RCTMaxSocial : NSObject <RCTBridgeModule>

@end
