Skip to content

Instantly share code, notes, and snippets.

@aybekckaya
Created May 18, 2019 11:28
Show Gist options
  • Select an option

  • Save aybekckaya/bbd480640bf84f0f9d37b0e0949a0ad2 to your computer and use it in GitHub Desktop.

Select an option

Save aybekckaya/bbd480640bf84f0f9d37b0e0949a0ad2 to your computer and use it in GitHub Desktop.
import UIKit
class BannerView: UIView {
override init(frame: CGRect) {
super.init(frame: frame)
}
required init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment