abbeycode / UnzipKit

An Objective-C zlib wrapper for compressing and decompressing ZIP files
BSD 2-Clause "Simplified" License
83 stars 22 forks source link

UZKErrorDomain not visible in Swift as of v2.2 #33

Closed abbeycode closed 8 years ago

abbeycode commented 8 years ago

The solution proposed in this Stack Overflow answer works:

http://stackoverflow.com/a/36155592/105717

It needs to be declared outside of the class interface, rather than inside.