renamed history actions

This commit is contained in:
michael starke
2017-04-18 17:55:18 +02:00
parent e805324d0c
commit 56af1da2dd
7 changed files with 23 additions and 24 deletions

View File

@@ -222,11 +222,14 @@ FOUNDATION_EXPORT NSString *const MPDocumentGroupKey;
#pragma mark -
#pragma mark History Browsing
FOUNDATION_EXPORT NSString *const MPDocumentDidEnterHistoryNotification;
FOUNDATION_EXPORT NSString *const MPDocumentDidExitHistoryNotification;
FOUNDATION_EXPORT NSString *const MPDocumentShowEntryHistoryNotification;
FOUNDATION_EXPORT NSString *const MPDocumentHideEntryHistoryNotification;
@interface MPDocument (HistoryBrowsing)
- (IBAction)showEntryHistory:(id)sender;
- (IBAction)hideEntryHistory:(id)sender;
@end
#pragma mark -