IfLetStore(
self.store.scope(
state: { $0?.upgradeInterstitial },
action: { .nagBanner(.upgradeInterstitial($0)) }
),
then: UpgradeInterstitialView.init(store:)
)
Go to list of users who liked
More than 3 years have passed since last update.
IfLetStore(
self.store.scope(
state: { $0?.upgradeInterstitial },
action: { .nagBanner(.upgradeInterstitial($0)) }
),
then: UpgradeInterstitialView.init(store:)
)
Register as a new user and use Qiita more conveniently
Go to list of users who liked