Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @objc @IBDesignable open class DesignableView : UIKit.UIView {
  2. @objc override dynamic public init(frame: CoreGraphics.CGRect)
  3. @objc required dynamic public init?(coder: Foundation.NSCoder)
  4. @objc deinit
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement