mirror of
https://github.com/objective-see/KnockKnock.git
synced 2026-03-22 06:52:25 +00:00
32c5fb3931
-make plist's clickable -show plist contents (when clicked) -add usage statement -improve launch item plugin, not to trust apple bins/cmds in users plists -improve conversion of output (NSData to NSString)
14 lines
233 B
Objective-C
14 lines
233 B
Objective-C
//
|
|
// ClickableTextField.h
|
|
// WhatsYourSignExt
|
|
//
|
|
// Created by Patrick Wardle on 12/19/17.
|
|
// Copyright (c) 2017 Objective-See. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface ClickableTextField : NSTextField
|
|
|
|
@end
|