Created
March 8, 2019 13:16
-
-
Save kadiralev1/7a88363571d44a824209317a89e5c855 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct Cozunurluk { | |
var genislik = 0 | |
var yukseklik = 0 | |
} | |
class VideoModu { | |
var cozunurluk = Cozunurluk() | |
var isim : String? | |
var kareHizi = 0.0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment