Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @IBAction func presentNextVc(_ sender: UIButton) {
  2. let style = SplitTestManager.getSplitValue(for: EmailTwitterSplitTest.self)
  3. let vc = ViewController5(style: style)
  4. self.present(vc, animated: true)
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement