Skip to content

Commit c0a01f4

Browse files
committed
Make FancyAlertViewController extension internal
It doesn't need to be public
1 parent 1bab542 commit c0a01f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Fancy Alerts/FancyAlertViewController+UnifiedLogin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import WordPressUI
22
import SafariServices
33

4-
public extension FancyAlertViewController {
54
static func makeWhatIsJetpackAlertController() -> FancyAlertViewController {
5+
extension FancyAlertViewController {
66
let dismissButton = makeDismissButtonConfig()
77
let moreInfoButton = makeMoreInfoButtonConfig()
88
let config = FancyAlertViewController.Config(titleText: Localization.whatIsJetpack,

0 commit comments

Comments
 (0)