refactor: Rename some constants
This commit is contained in:
@@ -35,7 +35,7 @@ class PurchaseProVersionViewController: UIViewController {
|
||||
super.viewDidLoad()
|
||||
|
||||
NotificationCenter.default.addObserver(self, selector: #selector(handlePurchaseNotification(_:)),
|
||||
name: .IAPHelperPurchaseNotification,
|
||||
name: .EQNNotificationDidCompleteInAppPurchase,
|
||||
object: nil)
|
||||
|
||||
configureUI()
|
||||
|
||||
Reference in New Issue
Block a user