Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class TrackListViewController: UIViewController {
  2.  
  3. // ...
  4.  
  5. override func viewDidLoad() {
  6. super.viewDidLoad()
  7.  
  8. title = NSLocalizedString("trackListTitle", comment: "")
  9.  
  10. // ...
  11. }
  12.  
  13. // ...
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement