mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 01:29:26 +00:00
switch to iVar instead of property
This commit is contained in:
@@ -28,7 +28,10 @@ typedef enum {
|
||||
@class KdbEntry;
|
||||
@class MPOutlineViewDelegate;
|
||||
|
||||
@interface MPEntryViewController : MPViewController <NSTableViewDelegate>
|
||||
@interface MPEntryViewController : MPViewController <NSTableViewDelegate> {
|
||||
@private
|
||||
BOOL _isFilterBarVisible;
|
||||
}
|
||||
|
||||
|
||||
@property (assign) KdbGroup *activeGroup;
|
||||
|
||||
Reference in New Issue
Block a user