Guest User

Untitled

a guest
Nov 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ## ver1
  2. import UIKit
  3.  
  4. class ViewController: UIViewController {
  5.  
  6. @IBOutlet weak var textView: UITextView!
  7. @IBOutlet weak var messageTextField: UITextField!
  8.  
  9. override func viewDidLoad() {
  10. super.viewDidLoad()
  11. // Do any additional setup after loading the view, typically from a nib.
  12. }
  13.  
  14.  
  15. }
Add Comment
Please, Sign In to add comment