diff options
author | BrettyWhite <geekman3454@protonmail.com> | 2017-05-18 16:51:05 -0400 |
---|---|---|
committer | BrettyWhite <geekman3454@protonmail.com> | 2017-05-18 16:51:05 -0400 |
commit | 3f5fbfc4528a3c4b2e41ca0695d2ba9afacc19e1 (patch) | |
tree | 23517dfc1ff27ab8902e0765d8fbb0f7dc9b497d /SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift | |
parent | 969ee6951a1f41e616b98f220c6308f9be906ec6 (diff) | |
download | sdl_ios-3f5fbfc4528a3c4b2e41ca0695d2ba9afacc19e1.tar.gz |
cleaning
Diffstat (limited to 'SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift')
-rw-r--r-- | SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift b/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift index c8aa9e624..26f6a7a3b 100644 --- a/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift +++ b/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift @@ -2,7 +2,6 @@ // ConnectionTCPTableViewController.swift // SmartDeviceLink-ExampleSwift // -// Created by Bretty White on 5/15/17. // Copyright © 2017 smartdevicelink. All rights reserved. // @@ -32,7 +31,6 @@ class ConnectionTCPTableViewController: UITableViewController, UINavigationContr override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() - // Dispose of any resources that can be recreated. } func initButton(){ @@ -71,7 +69,6 @@ class ConnectionTCPTableViewController: UITableViewController, UINavigationContr // MARK: - Delegate Functions func didChangeProxyState(_ newState: ProxyState){ - // Updates state from ProxyManager state = newState var newColor: UIColor? = nil var newTitle: String? = nil |