Gifu/Source/AnimatedFrame.swift

5 lines
78 B
Swift

struct AnimatedFrame {
let image: UIImage?
let duration: NSTimeInterval
}