mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 11:59:27 +00:00
Refactored the selection tracking to be in the document now
Filtering should work reliably now. No "sticking" of entries Fixed #42. Deleted entries now result in desolation.
This commit is contained in:
17
MacPass/MPNotifications.h
Normal file
17
MacPass/MPNotifications.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MPNotifications.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 23.07.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef MacPass_MPNotifications_h
|
||||
#define MacPass_MPNotifications_h
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
FOUNDATION_EXPORT NSString *const MPDidBecomeFirstResonderNotification;
|
||||
FOUNDATION_EXPORT NSString *const MPCurrentItemChangedNotification;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user