Files
Swiftgram/Classes/BITCrashReportTextFormatterPrivate.h
2016-03-05 00:06:20 +01:00

21 lines
417 B
Objective-C

//
// BITCrashReportTextFormatterPrivate.h
// HockeySDK
//
// Created by Lukas Spieß on 27/01/16.
//
//
#import "BITCrashReportTextFormatter.h"
#ifndef BITCrashReportTextFormatterPrivate_h
#define BITCrashReportTextFormatterPrivate_h
@interface BITCrashReportTextFormatter ()
+ (NSString *)anonymizedProcessPathFromProcessPath:(NSString *)processPath;
@end
#endif /* BITCrashReportTextFormatterPrivate_h */