Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPCibConnector.h
Go to the documentation of this file.
1 
2 @interface CPCibConnector : CPObject
3 {
4  id _source // @accessors(property=source);
5  id _destination // @accessors(property=destination);
6  CPString _label // @accessors(property=label);
7 }
8 @end