Files
KnockKnock/DiffWindowController.h
T
2025-12-15 17:31:43 -10:00

20 lines
383 B
Objective-C

//
// DiffWindowController.h
// KnockKnock
//
// Created by Patrick Wardle on 09/01/24.
// Copyright (c) 2024 Objective-See. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface DiffWindowController : NSWindowController
//differences
@property(nonatomic, retain)NSString* differences;
//plist contents
@property (unsafe_unretained) IBOutlet NSTextView *contents;
@end