SBLockScreenNotificationListView.h 173 B

12345678
  1. @protocol SBLockScreenNotificationModel;
  2. @interface SBLockScreenNotificationListView : UIView
  3. @property (nonatomic, retain) id<SBLockScreenNotificationModel> model;
  4. @end