Skip to content

Commit 5f5e773

Browse files
committed
UIStoryboard: Woo Methods
1 parent e9b32d4 commit 5f5e773

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
import Foundation
2+
import UIKit
3+
4+
5+
// MARK: - UIStoryboard Woo Methods
6+
//
7+
extension UIStoryboard {
8+
9+
/// Returns a (new) instance of the Orders Storyboard.
10+
///
11+
static var orders: UIStoryboard {
12+
return UIStoryboard(name: "Orders", bundle: .main)
13+
}
14+
}

0 commit comments

Comments
 (0)