mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 20:19:27 +00:00
Copy on disabled TextFields now possible. This behavior will be used when edit mode is added.
Fixed include issue Added Tests for NSCoding compliance of KPKAttribute, KPKEntry and KPKBinary
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
|
||||
#import "MPViewController.h"
|
||||
@class MPDocument;
|
||||
@class HNHRoundedTextField;
|
||||
|
||||
@interface MPGroupInspectorViewController : MPViewController
|
||||
|
||||
@property (strong) IBOutlet NSView *contentView;
|
||||
@property (weak) IBOutlet NSTextField *titleTextField;
|
||||
@property (weak) IBOutlet HNHRoundedTextField *titleTextField;
|
||||
@property (unsafe_unretained) IBOutlet NSTextView *notesTextView;
|
||||
|
||||
- (void)setupBindings:(MPDocument *)document;
|
||||
|
||||
Reference in New Issue
Block a user