#import <Foundation/Foundation.h>

@interface RNAnalytics : NSObject

+ (void)registerWithInitiallyEnabled:(BOOL)enabled;

@end
