Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPNotification.h
Go to the documentation of this file.
1 
2 @interface CPNotification : CPObject
3 {
4  CPString _name;
5  id _object;
6  CPDictionary _userInfo;
7 }
8 @end