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