Skip to content

Commit

Permalink
Made copy appearance method public
Browse files Browse the repository at this point in the history
  • Loading branch information
LowKostKustomz committed Mar 10, 2018
1 parent a19d003 commit 7bc7f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StatusAlert/StatusAlertUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import UIKit
/// - Note: Do not change to save system look
@objc public var backgroundColor: UIColor = UIColor.groupTableViewBackground

static func copyCommon() -> Appearance {
@objc public static func copyCommon() -> Appearance {
let common = Appearance.common
let copy = Appearance()
copy.titleFont = common.titleFont
Expand Down

0 comments on commit 7bc7f10

Please sign in to comment.