Gifu/Source/Animatable.swift

5 lines
81 B
Swift

protocol Animatable {
var layer: CALayer { get }
var frame: CGRect { get }
}