Sha256: e0890d56dd10ebe93c07dd99bdb8cffadc04fecad11b3e9f475337bb43ace9f0
Contents?: true
Size: 640 Bytes
Versions: 6
Compression:
Stored size: 640 Bytes
Contents
wax.struct.create("CGSize", "ff", "width", "height") wax.struct.create("CGPoint", "ff", "x", "y") wax.struct.create("UIEdgeInsets", "ffff", "top", "left", "bottom", "right") wax.struct.create("CGRect", "ffff", "x", "y", "width", "height") wax.struct.create("NSRange", "II", "location", "length") wax.struct.create("CLLocationCoordinate2D", "dd", "latitude", "longitude") wax.struct.create("MKCoordinateSpan", "dd", "latitudeDelta", "longitudeDelta") wax.struct.create("MKCoordinateRegion", "dddd", "latitude", "longitude", "latitudeDelta", "longitudeDelta") wax.struct.create("CGAffineTransform", "ffffff", "a", "b", "c", "d", "tx", "ty")
Version data entries
6 entries across 6 versions & 1 rubygems