Skip to content

Commit

Permalink
Made the tableView property open
Browse files Browse the repository at this point in the history
  • Loading branch information
carloe committed Jan 20, 2018
1 parent f60dac7 commit e49065f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LicensesViewController/LicensesViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import UIKit
open class LicensesViewController : UIViewController {

/// The tableView
let tableView = UITableView(frame: CGRect.zero, style: .grouped)
open let tableView = UITableView(frame: CGRect.zero, style: .grouped)

/// The tableView's UITableViewDataSource.
var dataSource: LicensesDataSource!
Expand Down

0 comments on commit e49065f

Please sign in to comment.