Co-Occurrence on domain level
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import UIKit
|
||||
|
||||
class TVCHosts: UITableViewController, GroupedDomainDataSourceDelegate {
|
||||
class TVCHosts: UITableViewController, GroupedDomainDataSourceDelegate, AnalysisBarDelegate {
|
||||
|
||||
lazy var source = GroupedDomainDataSource(withParent: parentDomain)
|
||||
|
||||
@@ -21,6 +21,10 @@ class TVCHosts: UITableViewController, GroupedDomainDataSourceDelegate {
|
||||
}
|
||||
}
|
||||
|
||||
func analysisBarWillOpenCoOccurrence() -> (domain: String, isFQDN: Bool) {
|
||||
(parentDomain, false)
|
||||
}
|
||||
|
||||
|
||||
// MARK: - Table View Data Source
|
||||
|
||||
|
||||
Reference in New Issue
Block a user