API  1.0.0
CPCookie.h
Go to the documentation of this file.
1 
2 @interface CPCookie : CPObject
3 {
4  CPString _cookieName;
5  CPString _cookieValue;
6 
7  CPString _expires;
8 }
9 @end
An immutable string (collection of characters).
Definition: CPString.h:2