Gifu/Source/AnimatorDelegate.swift

5 lines
137 B
Swift
Raw Normal View History

/// The protocol that an animator delegate needs to conform to.
public protocol AnimatorDelegate: class {
func animatorHasNewFrame()
}