NKPasteboard
Overview
this class is used to work with pasteboard
getString()
returns a string which was previously copied to clipboard
setString(value)
copies given string value to clipboard
getURL()
returns url previously copied to clipboard
setURL(value)
copies given string value of url to clipboard


