Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. open class MyButton: UIButton {
  2.  
  3. public init() {
  4. super.init(type: .custom)
  5. self.frame = CGRect.zero
  6. setup()
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement