Guest User

Untitled

a guest
Oct 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. class VCManager: NSObject {
  2.  
  3. fileprivate override init() {}
  4. static let sharedInstance = VCManager()
  5. override func copy() -> Any {
  6. fatalError("You are not allowed to use copy method on singleton!")
  7. }
Add Comment
Please, Sign In to add comment