API 0.9.5
AppKit/CPCookie.h
Go to the documentation of this file.
00001 
00002 @interface CPCookie : CPObject
00003 {
00004     CPString    _cookieName;
00005     CPString    _cookieValue;
00006 
00007     CPString    _expires;
00008 }
00009 @end
 All Classes Files Functions Variables Defines