AnalysisChildViewController.swift 228 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 // // AnalysisChildViewController.swift // SwiftWarplyFramework // // Created by Manos Chorianopoulos on 18/7/22. // import UIKit class AnalysisChildViewController: UITableViewController { public var index: Int = -1 }