mirror of
https://github.com/objective-see/KnockKnock.git
synced 2026-03-22 06:52:25 +00:00
94ffaef20f
fix for #45
13 lines
270 B
C
13 lines
270 B
C
//
|
|
// Diff.h
|
|
// KnockKnock
|
|
//
|
|
// Created by Patrick Wardle on 12/15/25.
|
|
// Copyright © 2025 Objective-See. All rights reserved.
|
|
//
|
|
|
|
@import Foundation;
|
|
|
|
//compare two scans, return diff string
|
|
NSString* diffScans(NSDictionary* prevScan, NSDictionary* currentScan);
|