moved history display actino to MPDocument

This commit is contained in:
michael starke
2017-04-19 11:45:39 +02:00
parent 223bef5c6c
commit abdec9b2c0
4 changed files with 10 additions and 11 deletions

View File

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