ImgObj.swift 125 Bytes
import Foundation

class ImgObj {
    var url: String!
    var signboard: Bool?
    var date: Int64?
    var note: String?
}