Refactored key file storing into the document.

This commit is contained in:
michael starke
2013-11-17 23:59:36 +01:00
parent cb64396172
commit 9192504939
9 changed files with 98 additions and 73 deletions

View File

@@ -10,6 +10,17 @@
@interface MPPasteBoardController : NSObject
/**
* The PasteBoardController did copy new items to the pasteboard
* The userInfo dictionary is empty. You can optain the timeout via the clearTimeout property
*/
FOUNDATION_EXPORT NSString *const MPPasteBoardControllerDidCopyObjects;
/**
* The PasteBoardController did clear the clipboard.
* The userInfo dictionary is empty
*/
FOUNDATION_EXPORT NSString *const MPPasteBoardControllerDidClearClipboard;
/*
This time sets the time interval after which a copied entry shoudl be purged from the pasteboard
*/