Browse Source

Update KeychainSwiftCBridge.swift

Evgenii Neumerzhitckii 9 years ago
parent
commit
f632e4237d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Demo/KeychainSwiftCBridge.swift

+ 1 - 1
Demo/KeychainSwiftCBridge.swift

@@ -1,6 +1,6 @@
 import Security
 import Security
 import Foundation
 import Foundation
-import KeychainSwift // You might need to remove these imports in your project
+import KeychainSwift // You might need to remove this import in your project
 
 
 /**
 /**