mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 04:39:27 +00:00
Fixed #39 Overall search behavior ironed out.
Fixed #71 Added A simple entropy calculation for purely random generated passwords Added separate Views for Group and Entry Inspector Added "no Selection" view for Inpsector
This commit is contained in:
@@ -7,7 +7,14 @@
|
||||
//
|
||||
|
||||
#import "MPViewController.h"
|
||||
@class MPDocument;
|
||||
|
||||
@interface MPGroupInspectorViewController : MPViewController
|
||||
|
||||
@property (strong) IBOutlet NSView *contentView;
|
||||
@property (weak) IBOutlet NSTextField *titleTextField;
|
||||
@property (unsafe_unretained) IBOutlet NSTextView *notesTextView;
|
||||
|
||||
- (void)setupBindings:(MPDocument *)document;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user