SBLockScreenNotificationModel.h 153 B

12345678
  1. @class SBAwayBulletinListItem;
  2. @protocol SBLockScreenNotificationModel
  3. - (SBAwayBulletinListItem *)listItemAtIndexPath:(NSIndexPath *)indexPath;
  4. @end