Files
2025-12-15 17:31:43 -10:00

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);