Fix spacing

This commit is contained in:
Charles Magahern
2018-09-13 19:25:55 -07:00
parent 2497b38ed8
commit 12f9b4eff0

View File

@@ -24,7 +24,7 @@ class SwitchesViewController: UIViewController,
UICollectionViewDataSource,
UICollectionViewDelegateFlowLayout
{
weak var delegate: SwitchesViewControllerDelegate?
weak var delegate: SwitchesViewControllerDelegate?
fileprivate var _collectionView: UICollectionView = UICollectionView(frame: CGRect.zero,
collectionViewLayout: UICollectionViewFlowLayout())
fileprivate var _currentDevicesHash: Int = 0