diff --git a/.codebeatignore b/.codebeatignore new file mode 100644 index 0000000..fbb925e --- /dev/null +++ b/.codebeatignore @@ -0,0 +1 @@ +Resources/ \ No newline at end of file diff --git a/Sources/Convertible.swift b/Sources/Convertible.swift index dcfcdc1..745c592 100644 --- a/Sources/Convertible.swift +++ b/Sources/Convertible.swift @@ -6,7 +6,7 @@ // Copyright © 2016 Oleg Dreyman. All rights reserved. // -import InterchangeData +// import InterchangeData public protocol Convertible { associatedtype ConvertedTo = Self diff --git a/Sources/Mappable.swift b/Sources/Mappable.swift index ce654ab..0353386 100644 --- a/Sources/Mappable.swift +++ b/Sources/Mappable.swift @@ -6,7 +6,7 @@ // Copyright © 2016 Oleg Dreyman. All rights reserved. // -import InterchangeData +// import InterchangeData public protocol Mappable { diff --git a/Sources/Mapper.swift b/Sources/Mapper.swift index fe3995b..3bdf8ae 100644 --- a/Sources/Mapper.swift +++ b/Sources/Mapper.swift @@ -6,7 +6,7 @@ // Copyright © 2016 Oleg Dreyman. All rights reserved. // -import InterchangeData +// import InterchangeData // MARK: - Main public final class Mapper {