Blame view

App/model/CongTruong.swift 161 Bytes
d774f0637   Trịnh Văn Quân   fisrt comit
1
2
3
4
5
6
  import Foundation
  
  class CongTruong {
      var tenCtuong: String?
      var tenCty: String?
      var daChup: Int?, conLai: Int?
1341bf603   Trịnh Văn Quân   version 1.1
7
      var shootItems: [ShootItem]?
d774f0637   Trịnh Văn Quân   fisrt comit
8
  }