Codestyle

Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
michael starke
2015-12-09 14:19:01 +01:00
parent c2472f940d
commit 8812481568
4 changed files with 9 additions and 6 deletions

View File

@@ -21,10 +21,13 @@ FOUNDATION_EXPORT NSString *const MPPasteBoardControllerDidCopyObjects;
*/
FOUNDATION_EXPORT NSString *const MPPasteBoardControllerDidClearClipboard;
/*
/**
This time sets the time interval after which a copied entry should be purged from the pasteboard
*/
@property (assign, nonatomic) NSTimeInterval clearTimeout;
/**
* If set to YES, MacPass will clear the pastboard when it quits.
*/
@property (assign, nonatomic) BOOL clearPasteboardOnShutdown;
+ (MPPasteBoardController *)defaultController;