Files
KnockKnock/ClickableTextField.h
Patrick Wardle 32c5fb3931 -update 'About' window to show patrons/friends
-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)
2018-11-21 18:51:22 -10:00

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