Skip to content

Commit

Permalink
Update CubicCollectionViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
andrespch authored Jan 10, 2017
1 parent 8ad33d2 commit c4d3854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import UIKit
open class CubicCollectionViewController: UIViewController {

let maxAngle: CGFloat = 60
@IBOutlet weak var collectionView: UICollectionView!
@IBOutlet open weak var collectionView: UICollectionView!

open override func viewDidLoad() {
super.viewDidLoad()
Expand Down

0 comments on commit c4d3854

Please sign in to comment.