diff options
author | Jose <jose@zeroc.com> | 2019-03-06 13:54:33 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-03-06 13:54:33 +0100 |
commit | f113dc1fc42af3d80fb56eacdf767bb516ec3102 (patch) | |
tree | 42445133cd9a2d43e4277aed5d02248bebdbccbf /swift/test/TestDriver/iOS/ViewController.swift | |
parent | XCode project updates (diff) | |
download | ice-f113dc1fc42af3d80fb56eacdf767bb516ec3102.tar.bz2 ice-f113dc1fc42af3d80fb56eacdf767bb516ec3102.tar.xz ice-f113dc1fc42af3d80fb56eacdf767bb516ec3102.zip |
Add PromiseKit dependency, merge macOS/iOS project in ice.xcodeproj
Diffstat (limited to 'swift/test/TestDriver/iOS/ViewController.swift')
-rw-r--r-- | swift/test/TestDriver/iOS/ViewController.swift | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/swift/test/TestDriver/iOS/ViewController.swift b/swift/test/TestDriver/iOS/ViewController.swift index 8fc706ef354..9c8e3dfca8e 100644 --- a/swift/test/TestDriver/iOS/ViewController.swift +++ b/swift/test/TestDriver/iOS/ViewController.swift @@ -14,7 +14,5 @@ class ViewController: UIViewController { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. } - - } |