//
//  RCTMaxLeap.h
//  RCTMaxLeap
//

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

//! Project version number for RCTMaxLeap.
FOUNDATION_EXPORT double RCTMaxLeapVersionNumber;

//! Project version string for RCTMaxLeap.
FOUNDATION_EXPORT const unsigned char RCTMaxLeapVersionString[];

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

NS_ASSUME_NONNULL_BEGIN

/*!
 The main SDK class to config MaxLeap framework.
 */
@interface RCTMaxLeap : NSObject <RCTBridgeModule>

@end

NS_ASSUME_NONNULL_END

