Gifu/Source/Animatable.swift

5 lines
81 B
Swift
Raw Normal View History

2015-01-22 10:54:27 +00:00
protocol Animatable {
var layer: CALayer { get }
var frame: CGRect { get }
}