mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 15:19:27 +00:00
Refactored key file storing into the document.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user