Skip to content

Instantly share code, notes, and snippets.

@kadiralev1
Created March 8, 2019 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kadiralev1/c312ee57e46fd0695743e54081f31040 to your computer and use it in GitHub Desktop.
Save kadiralev1/c312ee57e46fd0695743e54081f31040 to your computer and use it in GitHub Desktop.
struct Cozunurluk {
var genislik = 0
var yukseklik = 0
}
class VideoModu {
var cozunurluk = Cozunurluk()
var name : String?
var kareHizi = 0.0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment