AutoGenerateProtocolDelegate.generated.swift 1.1 KB

12345678910111213
  1. // Generated using Sourcery 1.6.1 — https://github.com/krzysztofzablocki/Sourcery
  2. // DO NOT EDIT
  3. // sourcery:inline:NotificationTableViewCellDelegate.AutoGenerateProtocolDelegate
  4. notificationView(_ notificationView: NotificationView, menuButton button: UIButton, didSelectAction action: NotificationView.AuthorMenuAction, menuContext: NotificationView.AuthorMenuContext)
  5. notificationView(_ notificationView: NotificationView, statusView: StatusView, authorAvatarButtonDidPressed button: AvatarButton)
  6. notificationView(_ notificationView: NotificationView, statusView: StatusView, metaText: MetaText, didSelectMeta meta: Meta)
  7. notificationView(_ notificationView: NotificationView, statusView: StatusView, actionToolbarContainer: ActionToolbarContainer, buttonDidPressed button: UIButton, action: ActionToolbarContainer.Action)
  8. notificationView(_ notificationView: NotificationView, quoteStatusView: StatusView, authorAvatarButtonDidPressed button: AvatarButton)
  9. notificationView(_ notificationView: NotificationView, quoteStatusView: StatusView, metaText: MetaText, didSelectMeta meta: Meta)
  10. // sourcery:end