Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Dec 16, 2018
1 parent 6c851a2 commit f566624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Bond/Deprecations/Deprecations.swift
Expand Up @@ -23,6 +23,7 @@ public enum DataSourceEvent {}
@available(*, deprecated, message: "DataSourceEventKind has been deprecated in favour of OrderedCollectionDiff. Please consult the documentation on how to migrate this type.")
public enum DataSourceEventKind {}

@available(*, deprecated)
extension DataSourceEventProtocol {

@available(*, deprecated, renamed: "Collection")
Expand Down

0 comments on commit f566624

Please sign in to comment.