mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-23 04:28:53 +00:00
21 lines
396 B
Objective-C
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 */
|