Protocols
The following protocols are available globally.
-
Represents a value that can compare whether the content are equal.
See moreDeclaration
Swift
public protocol ContentEquatable
-
Represents the value that identified for differentiate.
See moreDeclaration
Swift
public protocol Differentiable : ContentEquatable
-
Represents the section of collection that can be identified and compared to whether has updated.
See moreDeclaration
Swift
public protocol DifferentiableSection : Differentiable