Skip to content

Commit 3d1b9c7

Browse files
committed
Added missing story board variable
1 parent 78d641b commit 3d1b9c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

EmbedFramework/OfflineViewController.swift

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ class OfflineViewController: UIViewController {
1717

1818
static func create() -> OfflineViewController? {
1919
let bundle = Bundle(for: OfflineViewController.self)
20+
21+
var storyboard:UIStoryboard
22+
2023
// Loads the resource_bundle if available (Cocoapod)
2124
if (bundle.path(forResource: "AdaEmbedFramework", ofType: "bundle") != nil){
2225
let frameworkBundlePath = bundle.path(forResource: "AdaEmbedFramework", ofType: "bundle")!

0 commit comments

Comments
 (0)