Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix no Foundation import error
withouth import Foundation sometimes will cause Compile Error
  • Loading branch information
codetalks-new committed Feb 2, 2016
commit 21aaaadae4d26ab51aae05d549ca77de6e80b57e
4 changes: 3 additions & 1 deletion SQLite/Foundation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
// THE SOFTWARE.
//

import Foundation

extension NSData : Value {

public class var declaredDatatype: String {
Expand Down Expand Up @@ -101,4 +103,4 @@ extension Row {
return get(column)
}

}
}