Skip to content

Instantly share code, notes, and snippets.

@vialyx
Last active October 8, 2018 15:25
Show Gist options
  • Save vialyx/5a4afbc42544a6b7579c66bdc8e009cd to your computer and use it in GitHub Desktop.
Save vialyx/5a4afbc42544a6b7579c66bdc8e009cd to your computer and use it in GitHub Desktop.
class EpayBillingProcessor {
var view: UIView?
private lazy var innerView: UIView? = { [unowned self] in
guard let `view` = view else {
return UIView(frame: .zero)
}
return view
}()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment