switch to iVar instead of property

This commit is contained in:
michael starke
2013-06-07 23:23:36 +02:00
parent 5b79f8c256
commit ba924701b0
4 changed files with 141 additions and 176 deletions

View File

@@ -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;