mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 13:08:15 +00:00
moved history display actino to MPDocument
This commit is contained in:
@@ -222,6 +222,10 @@ FOUNDATION_EXPORT NSString *const MPDocumentGroupKey;
|
||||
#pragma mark -
|
||||
#pragma mark History Browsing
|
||||
|
||||
/**
|
||||
* Posted by the document to signal a reqest for history display.
|
||||
* the userInfo dictionary has one key MPDocumentEntryKey with the entry to display the history for
|
||||
*/
|
||||
FOUNDATION_EXPORT NSString *const MPDocumentShowEntryHistoryNotification;
|
||||
FOUNDATION_EXPORT NSString *const MPDocumentHideEntryHistoryNotification;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user