#import <UIKit/UIKit.h>

@interface TNSCrashlyticsLoggerWrapper : NSObject

+ (void)log:(NSString*)string;

@end
