Closed 7hommay closed 8 years ago
The specialized classes are all declared internal, so they can't be used outside the RSBarcodes_Swift module.
RSBarcodes_Swift
class RSEAN8Generator: RSEANGenerator { ... } class RSEAN13Generator: RSEANGenerator { ... } class RSISBN13Generator: RSEAN13Generator { ... } class RSISSN13Generator: RSEAN13Generator { ... }
Please look into https://github.com/yeahdongcn/RSBarcodes_Swift#generators-1
The specialized classes are all declared internal, so they can't be used outside the
RSBarcodes_Swift
module.