Files
Swiftgram/Classes/BITCrashReportTextFormatterPrivate.h
Benjamin Scholtysik (Reimold) f169cc9112 Update unit test and some renaming
2016-09-21 15:18:03 -07:00

21 lines
396 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 *)anonymizedPathFromPath:(NSString *)path;
@end
#endif /* BITCrashReportTextFormatterPrivate_h */