Guest User

Untitled

a guest
Aug 10th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import UIKit
  2. import Apptentive
  3.  
  4. class SettingsViewController: UIViewController {
  5. // ...
  6. @IBAction func openMessageCenter(sender: UIButton) {
  7. Apptentive.shared.presentMessageCenter(from: self)
  8. }
  9. }
Add Comment
Please, Sign In to add comment