Skip to content

Commit ab1267f

Browse files
committed
Making contentView property public
1 parent 483fe82 commit ab1267f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LoadingViewController/Classes/LoadingViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public typealias ActionHandler = () -> ()
4242

4343
public class LoadingViewController: UIViewController {
4444

45-
@IBOutlet var contentView: UIView!
45+
@IBOutlet public var contentView: UIView!
4646

4747
var visibleContentType: ContentType = .Undefined
4848
var activeView: UIView?

0 commit comments

Comments
 (0)