#import "TNSFirebaseCrashlytics.h"

@implementation TNSFirebaseCrashlytics

+ (void)crash {
    int* p = 0;
    *p = 0;
}

@end