Blame view
App/model/CongTruong.swift
161 Bytes
d774f0637
|
1 2 3 4 5 6 |
import Foundation class CongTruong { var tenCtuong: String? var tenCty: String? var daChup: Int?, conLai: Int? |
1341bf603
|
7 |
var shootItems: [ShootItem]? |
d774f0637
|
8 |
} |