API  1.0.0
CPPasteboard.h
Go to the documentation of this file.
1 
2 @interface CPPasteboard : CPObject
3 {
4  CPArray _types;
5  CPDictionary _owners;
6  CPDictionary _provided;
7 
8  unsigned _changeCount;
9  CPString _stateUID;
10 }
11 @end
A mutable key-value pair collection.
Definition: CPDictionary.h:2
An immutable string (collection of characters).
Definition: CPString.h:2