Conditionally import due to module name differences.

This commit is contained in:
Stu
2015-12-16 08:33:20 +00:00
parent b4f17fd6d6
commit 508963a2fc
2 changed files with 8 additions and 1 deletions
@@ -7,7 +7,12 @@
//
import UIKit
import SSZipArchive
#if UseCarthage
import ZipArchive
#else
import SSZipArchive
#endif
class ViewController: UIViewController {