Cappuccino  1.0.0
All Classes Files Functions Variables Typedefs Macros Groups Pages
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