534a9b5f29
- Closes #6
5 lines
78 B
Swift
5 lines
78 B
Swift
struct AnimatedFrame {
|
|
let image: UIImage?
|
|
let duration: NSTimeInterval
|
|
}
|