//
//  RCTMaxSocialShare.h
//  RCTMaxSocialShare
//

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

//! Project version number for RCTMaxSocialShare.
FOUNDATION_EXPORT double RCTMaxSocialShareVersionNumber;

//! Project version string for RCTMaxSocialShare.
FOUNDATION_EXPORT const unsigned char RCTMaxSocialShareVersionString[];

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


@interface RCTMaxSocialShare : NSObject <RCTBridgeModule>

@end

