mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 23:09:21 +00:00
Using NSViewController presentation instead of manual NSPopup creation
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#import <HNHUi/HNHUi.h>
|
||||
@class MPIconImageView;
|
||||
|
||||
@interface MPInspectorViewController : MPViewController <NSPopoverDelegate, HNHUITextViewDelegate>
|
||||
@interface MPInspectorViewController : MPViewController <HNHUITextViewDelegate>
|
||||
|
||||
@property (weak) IBOutlet NSTextField *noSelectionInfo;
|
||||
@property (weak) IBOutlet MPIconImageView *itemImageView;
|
||||
|
||||
Reference in New Issue
Block a user