Skip to content

Commit

Permalink
Add protocol pragma mark
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 committed Aug 25, 2024
1 parent 3aa8150 commit aa70b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/KSCrashDemangleFilter/KSCrashReportFilterDemangle.m
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ + (id)demangleReportObj:(id)reportObj path:(NSArray<NSString *> *)path depth:(NS
return [result copy];
}

#pragma mark - KSCrashReportFilter

- (void)filterReports:(NSArray<id<KSCrashReport>> *)reports onCompletion:(KSCrashReportFilterCompletion)onCompletion
{
NSArray *demanglePaths = @[
Expand Down

0 comments on commit aa70b06

Please sign in to comment.