KKImageInfo public struct KKImageInfo : Codable A struct that represents an image. width The width of the image. Declaration Swift public internal(set) var width: Float height The height of the image. Declaration Swift public internal(set) var height: Float url The URL of the image. Declaration Swift public internal(set) var url: URL? © 2019 zonble. All rights reserved. (Last updated: 2019-10-16) Generated by jazzy ♪♫ v0.11.2, a Realm project.