API  1.0.0
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
The CPUserNotificationCenter class delivers user notifications to the user from applications or helpe...