import UIKit struct ORRecord: Codable { let img: String let originX: CGFloat let originY: CGFloat let timestamp: UInt64 }