Gifu/Source/AnimatedFrame.swift
2014-12-12 22:30:52 +01:00

5 lines
78 B
Swift

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