#import <Foundation/Foundation.h>

@interface TNSFirebaseCrashlytics : NSObject
+ (void)crash;
@end