Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. extension UIViewController
  2. {
  3. static let create = UIViewControllerCreate()
  4.  
  5. class UIViewControllerCreate
  6. {
  7. func myViewController(param0, param1, param2) -> MyViewController { … }
  8. func yourViewController(param0, param1) -> YourViewController { … }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement