API  1.0.0
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
An immutable string (collection of characters).
Definition: CPString.h:2