CustomNotification.swift 469 B

12345678910
  1. import Foundation
  2. extension Notification.Name {
  3. static let didPerformBatchInsert = Notification.Name("didPerformBatchInsert")
  4. static let didPerformBatchUpdate = Notification.Name("didPerformBatchUpdate")
  5. static let didPerformBatchDelete = Notification.Name("didPerformBatchDelete")
  6. static let didUpdateDetermination = Notification.Name("didUpdateDetermination")
  7. static let didUpdateOverridePresets = Notification.Name("didUpdateOverridePresets")
  8. }