5 lines
78 B
Swift
5 lines
78 B
Swift
|
struct AnimatedFrame {
|
||
|
let image: UIImage?
|
||
|
let duration: NSTimeInterval
|
||
|
}
|