mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-20 02:59:40 +00:00
21 lines
417 B
Objective-C
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 */
|