Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPUserNotificationCenter.h
Go to the documentation of this file.
1 
3 {
4  CPArray _deliveredNotifications // @accessors(property=deliveredNotifications);
5  CPArray _scheduledNotifications // @accessors(property=scheduledNotifications);
6  id <CPUserNotificationCenterDelegate> _delegate;
7 
8  CPInteger _implementedDelegateMethods;
9  CPMutableDictionary _timersForUserNotification;
10 }
11 @end