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